[Actionframework-users] also velocity requestCleanup
Status: Inactive
Brought to you by:
ptoman
|
From: Mark D. A. <md...@di...> - 2002-09-26 05:39:02
|
AS's VelocityServlet should also override Velocity's VelocityServlet.requestCleanup As with error(), because AS's VelocityServlet is not hooking those, I am left with no access to those. There is a big difference between velocity's requestCleanup and ActionServlet's cleanupRequest, because cleanupRequest is in a finally, whereas velocity's requestCleanup is only called if no exception was thrown. In combination, the fact that neither are available to users of ActionServlet is that I have no easy way to determine whether request processing was even successful. -mda |