Re: How to prevent direct access to JSP

2010-07-05 Thread Kushan Jayathilake
Hi Miguel , I have found out the way to restrict accesses to JSP files, with this you can have your JSP files anywhere, just add following fragment to *web.xml*file. Deny Direct Access *.jsp summary Denied

Re: How to prevent direct access to JSP

2010-07-05 Thread Kushan Jayathilake
Sorry just remove *summary* there. thats all :) On Tue, Jul 6, 2010 at 11:02 AM, Kushan Jayathilake wrote: > Hi Miguel , > > I have found out the way to restrict accesses to JSP files, with this you > can have your JSP files anywhere, just add following fragment to > *web.xml*file. > > >

Re: How to prevent direct access to JSP

2010-07-05 Thread Miguel
Hello, if you want to prevent direct access to your .jsp's, you need to put them inside the WEB-INF/classes directory. That one is a question that popup in the list from time to time. But if you want your users to go throu the links at the home, you have to implement some trickery, in the form of s