Blue Coat Systems SGOS 4.x Crib Toy User Manual


 
Chapter 3: Feature-Specific Upgrade Behavior
23
CPL
Syntax that was deprecated in SGOS 3.x has been abandoned in SGOS 4.x. Policy that includes
abandoned syntax should be corrected before you attempt to upgrade the system. The standard
upgrade path and process are designed to ensure the integrity of policy and the security of your
network. Blue Coat strongly recommends that you follow the approved upgrade path and correct any
policy deprecation warnings prior to upgrading to SGOS 4.x.
Policy that has been abandoned is listed in the tables below.
Table 3.5: Abandoned Definition Syntax
Abandoned Syntax Replacement Syntax
define acl define subnet
define_actions None. Actions can be defined anywhere in the policy .
domain (as a condition definition type) url.domain
prefix (as a condition definition type) url
caseless None. All response-side URL rewrites are now case
insensitive by default.
subst_embedded
(in a url_rewrite transform definition)
rewrite_url_substring
subst_prefix
(in a url_rewrite transform definition)
rewrite_url_prefix
Table 3.6: Abandoned Section Syntax
Abandoned Syntax Replacement Syntax
[Domain] section heading [url.domain]
[Domain-Suffix] section heading [url.domain]
[Prefix] section heading [url]
[Regex] section heading [url.regex]
[Regular-expression] section heading [url.regex]
Table 3.7: Abandoned Substitution Syntax
Abandoned Syntax Replacement Syntax
'(1) $(1)
'1 $(1)
$1 $(1)
Table 3.8: Abandoned Policy Conditions
Abandoned Syntax Replacement Syntax
acl= client.address=
category.unavailable= category=unavailable
client_address= client.address=
client_protocol= client.protocol=
method= (in <admin> layers) admin.access=READ|WRITE
method= See Method Tests