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 2011/04/11 11:36:26 UTC

DO NOT REPLY [Bug 47679] Not all headers get passed to Tomcat server from isapi_redirect.dll

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

Tim Whittington <ti...@apache.org> changed:

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

--- Comment #4 from Tim Whittington <ti...@apache.org> 2011-04-11 05:36:20 EDT ---
I've committed a fix for this.
The ISAPI Redirector was assuming that it was always running in 'redirector'
mode, where the filter part of the redirector was determining whether an
incoming URL matched and forwarding that match to the extension part via magic
HTTP headers.

The extension code was not accounting for the 'legacy' mode of operation, where
those headers were not present.
The downside is an insignificant memory overhead on each request.

Fix will be in 1.2.32

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org