Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1032 | minor | always | 04-02-06 08:14 | 04-03-06 15:55 | |
|
|||||
Reporter: | anonymous | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.18 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0001032: Client access to WEB-INF/ directory should return SC_NOT_FOUND (404) as of Servlet-Spec 2.4 | ||||
Description: |
Java Servlet Specification Version 2.4, Chapter "SRV.9.5", Page 70 says: <q> Also, any requests from the client to access the resources in WEB-INF/ directory must be returned with a SC_NOT_FOUND(404) response. </q> When I acess "http://localhost:8080/WEB-INF/" [^] I got: 403 Forbidden -------------------------------------------------------------------------------- Resin-3.0.18 (built Fri, 24 Feb 2006 02:47:03 PST) Shouldn't it be a 404 to be conformable with Servlet Spec 2.4, or do I got something wrong? |
||||
Steps To Reproduce: | |||||
Additional Information: |
Resin 3.0.18 Java 1.5 Windows XP Professional |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|