DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44275>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44275

           Summary: isapi_redirect.dll denies access to URI's with META-INF
                    / WEB-INF  anywere in the URI
           Product: Tomcat 6
           Version: 6.0.14
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Connectors
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The Netbeans IDE (5/6 with JSF projects) constructs Path names in web projects
which are blocked by the isapi_redirector. This is *not* changeable in Netbeans
(verified in the Netbeans List).
    
Running some tests we discovered  that allmost all Javascript was 
filtered out and we got mostly blank pages. The Reason was that the 
isapi_redirector filters out every access to *any* URI which *contains* 
META-INF / WEB-INF ANYWERE in the PATH.

Example : javascript   $CONTEXT/theme/META-INF/json/json.jsf
[ typical *.js path extracted from Browser: source ..]
 
This is NOT the proteced META-INF config directory - its just a Path which 
accidential contains META-INF !!!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to