https://bz.apache.org/bugzilla/show_bug.cgi?id=65044
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #5 from Rich Bowen <[email protected]> --- Thank you for reopening. We understand this is a frustrating interoperability gotcha that can cost real debugging time. However, this is fundamentally a Tomcat implementation detail — specifically, how `getAttributeNames()` handles AJP-forwarded request attributes. The httpd side (`mod_proxy_ajp`) correctly passes the attributes via AJP; how the receiving container exposes them to application code is that container's documentation responsibility. I can't identify a place in the httpd documentation where this information would fit naturally — it's not about httpd behavior, it's about Tomcat's API contract. We'd encourage filing this with the Tomcat documentation project. That said, if you can identify a specific place in our docs where a note would be helpful and submit a patch, we'd be happy to consider it. -- 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]
