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

--- Comment #22 from Remy Maucherat <[email protected]> ---
Since I looked at the code quite a bit, I noticed this redundant check too:

--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -2270,13 +2273,13 @@
                 out.pushIndent();
                 out.printin(tagHandlerVar);
                 out.println(".doFinally();");
-            }
-
-            if (n.implementsTryCatchFinally()) {
                 out.popIndent();
                 out.printil("}");
             }

-- 
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