RE: RemoteIpFilter not working

2011-12-12 Thread spring
> Also, the documentation on the class itself > (http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catali na/filters/RemoteIpFilter.html) > seems to be better than the documentation of the Filter in the Tomcat > user guide :( Uh... the docs are simple wrong, ok - I think. > I think you're go

Re: RemoteIpFilter not working

2011-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 12/9/11 4:48 AM, spr...@gmx.eu wrote: >> Can you send a dump of the HTTP headers received by the webapp >> and the return value of the various request.getXXX methods? That >> would be very helpful, here. > > > getRemoteAdd

RE: RemoteIpFilter not working

2011-12-09 Thread spring
> Can you send a dump of the HTTP headers received by the webapp and the > return value of the various request.getXXX methods? That would be very > helpful, here. getRemoteAddr(): 85.214.210.60 <-- proxy IP x-forwarded-for: 85.178.56.216 <-- client IP x-forwarded-host: foobar.eu <-- proxy x-forwa

Re: RemoteIpFilter not working

2011-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 12/8/11 3:52 PM, spr...@gmx.eu wrote: > I have set up the RemoteIpFilter (Tomcat 7.0.8) It's time to upgrade: 7.0.23 is available and includes significant improvements including security-related bug fixes. > in the webapps

RemoteIpFilter not working

2011-12-08 Thread spring
Hi, I have set up the RemoteIpFilter (Tomcat 7.0.8) in the webapps web.xml like this: RemoteIpFilter org.apache.catalina.filters.RemoteIpFilter RemoteIpFilter /* REQUEST The mapping is the first in the filter chain. But when I call