Thanks Tollef,

that solved the problem.

Regards,

Cato

Den 28. juni 2011 10:23, skrev Tollef Fog Heen:
]] 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,


_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to