Mantis - Resin
Viewing Issue Advanced Details
1032 minor always 04-02-06 08:14 04-03-06 15:55
anonymous  
ferg  
normal  
closed 3.0.18  
fixed  
none    
none 3.0.19  
0001032: Client access to WEB-INF/ directory should return SC_NOT_FOUND (404) as of Servlet-Spec 2.4
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?
Resin 3.0.18
Java 1.5
Windows XP Professional

Notes
(0000999)
ferg   
04-03-06 15:55   
server/1010