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

--- Comment #3 from dub...@gmail.com ---
I'm not entirely sure, but the point here is that I dont want to use on HTTP
headers.  The current ISAPI filter already passes on those.  The problem is
that they can be spoofed by the client so I'm hoping for a solution that would
be able to supply request attributes to Tomcat like what the mod_jk JkEnvVar
directive does. 

A reverse proxy setup like what you are describing isn't going to be able to do
what I'm asking for because I need something that is integrated w/ Tomcat and
can supply attributes to the backend HttpServletRequest.  Thats exactly what
the Tomcat AJP connectors do.  However, only the Apache one (mod_jk) does this
with user-defined attributes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to