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

--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> ---
See bug 54144 for review of r1401816 and other missing features of tagplugin
implementation of the <c:out> tag.

Essentially, this patch has to be reverted, as it broke a feature of the
<c:out> tag that the tag body is used as the default if none is specified.

Those were the following lines:
-        ctxt.generateJavaSource("    }else{");
-        ctxt.generateBody();
-        ctxt.generateJavaSource("    }");

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