You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2018/07/12 09:11:27 UTC

[Bug 58433] RemoteIpValve not activated on redirect from mapping

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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
This has been indirectly fixed by the addition of the context options
mapperContextRootRedirectEnabled and mapperDirectoryRedirectEnabled. Setting
these to false will cause the redirect to be performed by the DefaultServlet
which will be after the RemoteIpValve / RemoteIpFilter.

Be aware that some web applications may have been written on the assumption
that the Mapper handles the redirect and may require updates to correctly
handle paths without the trailing '/'.

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