
varnish-bugs at projects
Aug 27, 2009, 1:32 AM
Post #1 of 6
(310 views)
Permalink
|
|
#545: synthetic screws national characters
|
|
#545: synthetic screws national characters ----------------------+----------------------------------------------------- Reporter: kolo | Owner: phk Type: defect | Status: new Priority: normal | Milestone: Component: varnishd | Version: 2.0 Severity: normal | Keywords: ----------------------+----------------------------------------------------- part of vlc: {{{ set obj.http.Content-Type = "text/html; charset=utf-8"; synthetic {" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="nofollow,noindex"> <meta http-equiv="cache-control" content="no-cache"> </head> <body> <div id="main"> D?kujeme za pochopen?, T?m </p> </div> </body> </html> "}; }}} returned from browser: {{{ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="nofollow,noindex"> <meta http-equiv="cache-control" content="no-cache"> </head> <body> <div id="main"> D?77777704?77777633kujeme za pochopen?77777703?77777655, T?77777703?77777675m </p> </div> </body> </html> }}} -- Ticket URL: <http://varnish.projects.linpro.no/ticket/545> Varnish <http://varnish.projects.linpro.no/> The Varnish HTTP Accelerator
|