You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Tim Whittington <Ti...@orion.co.nz> on 2001/10/08 03:23:20 UTC

[PATCH] Multiple ISAP redirectors

Afternoon all,

This patch changes the headers used by the Filter to communicate
to the Extension so that they are unique(ish) for each installed redirector.

The FilterProc clobbers these headers on entry (for security reasons) so
the next filter in the chain used to clobber the entries for a succesful
uri/worker mapping, meaning you couldn't have 2 redirectors on the one 
website.

The headers are currently a munge of the extension_uri.
Anyone got a better unique id?

Patched against jakarta-tomcat(1.9)

tim
 <<jk_isapi_plugin.diff>>