]] 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
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc