Jk2 and IIS Filters: Can I setup chain of filter between JSP and other engines 2004-02-02 - By Evan Borysko
Back For IIS 5.1 / WinXP and IIS 6 / Win2k3
I've been reading MS descriptions about ISAPI filter actions, and from thier description, filters execute inorder from highest presented to lowest and in the order they appear in the configuration. Is my understanding correct?
What I'm atempting to do is setup a filter chain where Servlet/Filter would intercept a HTTP request and preform some authentication and add some custom header information. It would then allow the page to be processed by the ColdFusion or ASP engine if the page extension ended with "cfml" or "asp".
Is this possible?
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|