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
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.
>
>
>
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
3 matches
Mail list logo