https://issues.apache.org/bugzilla/show_bug.cgi?id=51588

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-07-30 
13:41:54 UTC ---
Note, that

1. Parsing of X-Forwarded-For is already implemented in Tomcat 7 in
RemoteIpValve and RemoteIpFilter.  RemoteIpValve was backported to Tomcat 6,
though maybe not all features of it.

2. AccessLogValve in Tomcat 7 can use request attributes that are set by
RemoteIpValve if you set AccessLogValve.requestAttributesEnabled property to
true.

3. You can set any attribute on the request object (even in the Valve itself)
and reference it later as %{xxx}r

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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