Date: 2004-06-16T08:23:53 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogHidingPagesUnderWEBINF URL: http://wiki.apache.org/struts/StrutsCatalogHidingPagesUnderWEBINF
no comment Change Log: ------------------------------------------------------------------------------ @@ -16,6 +16,11 @@ -- MarcusBrito ---- +I like this solution and have developed a way to avoid the problems Ted mentions with the service of resources like images and css using the solution in StrutsCatalogEschewUrlForProtocol. + +-- MichaelMcGrady +---- + I personally prefer to use filter for hiding pages. I set filter to return 404 on every request for *.jsp page. I can also change filter to allow for example only index.jsp to pass, but all other pages to be unavailable. This is IMHO better than relying on container implementation. -- IvanRekovic --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]