Date: 2004-05-31T22:36:49 Editor: TimColson <[EMAIL PROTECTED]> Wiki: Jakarta-Velocity Wiki Page: BuildingSecureWebApplications URL: http://wiki.apache.org/jakarta-velocity/BuildingSecureWebApplications
no comment Change Log: ------------------------------------------------------------------------------ @@ -147,7 +147,7 @@ Some suggestions: - * Create an [developer-guide.html#EventCartridge and Event Handlers event handler] to catch method exceptions. Log the exception, but allow the page to continue processing. + * Create an [http://jakarta.apache.org/velocity/developer-guide.html#EventCartridge EventCartridge and Event Handlers] to catch method exceptions. Log the exception, but allow the page to continue processing. * Turn on caching of Velocity pages. In addition to speeding up the rendering process, this avoids a [developer-guide.html#Other Context Issues "memory leak"] caused in certain circumstances by excessive page introspection. * Create custom error pages that match the look and feel of your application. Display this error page after catching !ParseErrorException and !ResourceNotFoundException (thrown by !VelocityServlet.getTemplate). Include an user friendly error message (passed to the page as a Velocity reference) and log the technical details for the developer / sysadmin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
