https://bz.apache.org/bugzilla/show_bug.cgi?id=69333

--- Comment #18 from Mark Thomas <[email protected]> ---
Created attachment 40142
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=40142&action=edit
Patch to restore try/finally around tag usage

There were essentially two optimisations in the original change.

The first was the one requested which was to remove the unnecessary calls to
org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag() which were going to be
NO-OPs.

The second was to remove the try/finally. It is only this second optimisation
that needs to be reverted as the case where a tag throws an exception needs to
be handled correctly.

The attached patch should restore the necessary try/finally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to