<Proxy>
url=http://www.bluecoat.com/ action.myrewrite(yes)
define url_rewrite mytransform
rewrite_url_substring "www.bluecoat.co.jp" "www.bluecoat.com"
rewrite_script_substring "www.bluecoat.co.jp" "www.bluecoat.com"
end
define action myrewrite
transform mytransform
end
The policy above will :
- not be able to rewrite/transform a URL if its scheme is not in full lowercase, for example hTTp:// or HTTPS://
- only be able to rewrite/transform a URL if its scheme is in full lowercase, for example http:// or https://
This has been addressed in :
- SG 6.4.5.1 (B#193227)
This is planned to be addressed in :
- SG 6.2.15.1 (B#193060)
- SG 6.5.3.1 (B#193228)