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 2010/01/04 20:46:05 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

--- Comment #1 from Tim Whittington <Ti...@orionhealth.com> 2010-01-04 11:46:04 UTC ---
This is interesting - I seem to remember testing on Windows 2000 Server when
making changes to this area, and the AUTH_COMPLETE was firing.

Depending on whether your connector was built with automatic notification event
detection (mine are, but not sure about the ones available via Tomcat) you may
be able to force the use of SF_NOTIFY_PREPROC_HEADERS by setting
auth_complete=0 in your configuration.

I don't think your proposed patch will work - trapping the appropriate notify
event in HttpFilterProc is necessary for the redirector to work (all of the URI
-> worker mapping happens there).

The fix should be to make automatic flag detection work on Windows 2000
(reliably), or simply to use the manual override with an appropriately built
connector.

Perhaps some additional error checking in HttpExtensionProc to check if the
filter has executed correctly would also be in order.

-- 
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