Protecting JSPs in Tomcat 5

2004-07-26 Thread Andrew Shirk
In Tomcat 4, I would map request URLs to JSPs and handle the forwarding on the server side. Direct user access to JSPs was prevented using the following security constraint configuration: security-constraint display-nameJSP Protection/display-name web-resource-collection

Re: Protecting JSPs in Tomcat 5

2004-07-26 Thread Andrew Shirk
Please disregard my previous post. I Thank you. At 03:20 PM 7/26/2004, you wrote: In Tomcat 4, I would map request URLs to JSPs and handle the forwarding on the server side. Direct user access to JSPs was prevented using the following security constraint configuration: security-constraint