Cryillic letters in rewrite?
Tollef Fog Heen
tfheen at varnish-software.com
Tue Jun 28 10:23:43 CEST 2011
]] Cato Aune
| It seems that
| /company-%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F
| works in the browser, but if I try to use that encondig in the .vcl
| file, I get
| Message from VCC-compiler:
| Control character in %xx escape
| (input Line 24 Pos 41)
| set req.url = "/company-%D0%A0%D0%BE%D1%81%D1%81%D0%B8%
| D1%8F";
Try using
set req.url = {"/company-%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F"};
Regards,
--
Tollef Fog Heen
Varnish Software
t: +47 21 98 92 64
More information about the varnish-misc
mailing list