Hi
I want to secure all my jsp in my web application, 
I added following security constraint in my web.xml
file, but some how seems it does not work
<security-constraint>
<web-resource-collection>
<web-resource-name>Block Access to jsp
files</web-resource-name>
<description>This is to block access to all jsp
files</description>
 <url-pattern>*.jsp</url-pattern>
        <http-method>POST</http-method>
        <http-method>GET</http-method>
</web-resource-collection>
                
</security-constraint>
what may be the reason??

Ashish


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 


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

Reply via email to