They HAVE to be able to access your images and your scripts. Images and scripts are loaded by the browser in a different request when it gets the html generated by your JSP, so you shouldn't try to limit access to these resources.
Regards Jose
Johan Wasserman wrote:
Hi, I have my JSP's behind WEB-INF, is there a way of mapping other directories behind WEB-INF so that the images and scripts included on my JSP's can be accessed from there as well. It's OK having the JSP's there to stop external forces from accessing them directly but now they can still access my images and scripts directly.
Regards, Johan Wasserman
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

