Re: Removing check for WEB-INF and META-INF from JK ISAPI redirector

2018-08-21 Thread Rainer Jung
Am 21.08.2018 um 14:05 schrieb Mark Thomas: Hi, I've been looking into [1] which is - essentially - that a request for http:///examples/servlets/servlet/RequestInfoExample/WEB-INF will fail when it should be allowed. Currently the JK ISAPI redirector rejects any request with a path segment th

Removing check for WEB-INF and META-INF from JK ISAPI redirector

2018-08-21 Thread Mark Thomas
Hi, I've been looking into [1] which is - essentially - that a request for http:///examples/servlets/servlet/RequestInfoExample/WEB-INF will fail when it should be allowed. Currently the JK ISAPI redirector rejects any request with a path segment that is WEB-INF or META-INF irrespective of case