> 1/ name your JSP fragments something other than ".jsp" (".jspf" is the
> unofficial standard) such that they aren't picked up by a precompiler

If you do this, I would recommend that you do something to keep your
source from being viewed by a browser.  This can be done with a mapping,
or filter that returns a 404 status code for any requests ending in
".jspf" or by keeping your includes under WEB-INF where nosy browsers
can't go.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to