https://bz.apache.org/bugzilla/show_bug.cgi?id=58121

            Bug ID: 58121
           Summary: ProxyHTMLMeta seems to ignore all <meta
                    http-equiv="Content-***
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_html
          Assignee: [email protected]
          Reporter: [email protected]

http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html#proxyhtmlmeta

During my test, when ProxyHTMLMeta is specified,  I found:

1) <meta http-equiv="Content-Type" content="xxx; charset=xxx">  is not added to
the response header and the <meta...> tag is also removed from the response
body part.

2) <meta http-equiv="Content-Language" content="en-US"> is not added to the
response header but the  <meta..> tag is left in the response body.

3) ALl other <meta http-equiv=***> which does not start with "Content-" can be
successfully add to the response header.

I want to know is the result correct for test 1) and 2) ? Why Content-Language
are not added to the response header ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to