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

            Bug ID: 64257
           Summary: Need ProxyHTMLIgnoreAttribute directive to skip
                    stripping of custom tag atttributes
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_proxy_html
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

I created a reverse proxy on an opengrok application with relative easy using
the mod_proxy_html package. That was until I realized the parser was stripping
out attributes used by the opengrok server to do things like 'show more/less'
content. When I turned trace on, I see things like this 'AH01418: Bogus HTML
attribute data-toggle-state of span dropped' during the page rendering. Having
a directive to tell the SAX parser to ignore the custom tag attributes listed
would work perfectly.
e.g.
ProxyHTMLIgnoreAttribute data-toggle-state data-priority ...

I did a search and couldn't find a satisfactory workaround.
Setting 'ProxyHTMLDocType HTML Legacacy' does horrible things to the page
styling.

As it is, I will have to scrap mod_proxy_html and rewrite the url's as I hit
them.

-- 
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