https://issues.apache.org/bugzilla/show_bug.cgi?id=48795

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-03-11 20:39:50 UTC ---
After some discussion, a modified patch has been applied and proposed.

The issue is that immediately re-trying the compilation increases the risk of a
DOS attack. Whilst JSP compilation failures shouldn't happen in production,
they often do.

The new approach adds a new init parameter for the JSP servlet that controls if
failed compilations are immediately retried on the next access or if
modificationTestInterval is honour. This only applies in development mode.

For versions where this feature is not available, consider setting
modificationTestInterval to 0. Again the same warning re DOS applies.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to