Hi,
It should be available in the next Tomcat release (in fact it was
included in a not-released Tomcat 6.0.15)
No idea when the next GA release be available.
Regards,
Lucas
On Jan 8, 2008 12:18 PM, Jair da Silva Ferreira Jr <[EMAIL PROTECTED]> wrote:
> Hi,
> Thank you very much for you
Hi,
Thank you very much for your reply.
Is this fix going to be available in the next Tomcat version? Do you
know when the next version will be released?
Thank you very much.
Sincerely,
Jair Jr
Lucas Galfaso escreveu:
Hi,
This is a known issue is Tomcat 6.0.14, it was reported u
Hi,
This is a known issue is Tomcat 6.0.14, it was reported using
http://issues.apache.org/bugzilla/show_bug.cgi?id=42693 and it is
fixed in the trunk.
Regards,
lg
On Jan 6, 2008 1:50 PM, Jair da Silva Ferreira Jr <[EMAIL PROTECTED]> wrote:
> Hi,
> I am experiencing a problem with recursi
Hi,
I am experiencing a problem with recursivity in tag files in tomcat
6.0.14. I developed a simple tag file to show you the problem.
Here is my tag file:
<%@ tag body-content="empty" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%>
<%@ taglib prefix="t" tagdir="/WEB-I