You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Greg Wetmore <we...@gmail.com> on 2006/07/11 16:52:08 UTC

Access WEB-INF through the JK NSAPI connector

I am looking at:
http://svn.apache.org/repos/asf/tomcat/connectors/tags/jk1.2.x/JK_1_2_16/jk/native/netscape/jk_nsapi_plugin.c

I do not see any code blocks specifically checking for and rejecting
requests to WEB-INF/* or META-INF/*.

This seems different in design from the Apache or IIS filters - for example:
   Apache 2.0 - mod_jk.c:2575
   IIS - jk_isapi_plugin.c:869

Does this represent a security flaw or a bug?

In the mean time I have configured iplanet to reject requests to WEB-INF:
  PathCheck fn="deny-existence" path="*/WEB-INF/*"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org