From: Rich Bowen Date: Sun, 10 May 2026 18:22:17 +0000 (+0000) Subject: mod_proxy_ajp: Note that Tomcat getAttributeNames() does not list AJP-forwarded reque... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa47148343582c183a12ae2a8974cff50fde338a;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy_ajp: Note that Tomcat getAttributeNames() does not list AJP-forwarded request attributes (PR 65044) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934059 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index 0a35bb1318..f745684d66 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -111,6 +111,12 @@ ProxyPassReverse "/apps/foo" "http://www.example.com/foo"

Environment variables whose names have the prefix AJP_ are forwarded to the origin server as AJP request attributes (with the AJP_ prefix removed from the name of the key).

+ +

Please be aware that these request attributes are only accessible when + directly asking for them using the HttpServletRequest.getAttribute + method - Tomcat's implementation of the + getAttributeNames + method does not list them as those are handled as internal attributes.

Overview of the protocol