You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Dimitry Ivanov <di...@dimitry.ru> on 2003/01/02 18:30:30 UTC

[PATCH] Iteration tags do not synchronize scripting variables after doStartTag

Hello,
 
  In jasper2, I have found one interesting bug. It hapens when tag
implements 
BodyTag interface and doStartTag returns EVAL_BODY_INCLUDE.
 
  See test-case and patch attached. The patch tested under Tomcat
4.1.18.
 
WBR,
Dimitry Ivanov

RE: [PATCH] Iteration tags do not synchronize scripting variables after doStartTag

Posted by Dimitry Ivanov <di...@dimitry.ru>.
Dear Tomcat developers,
 
 What do you think about described bug?
 I know, my English is not good. Is it possible to understand my letter?

-----Original Message-----
From: Dimitry Ivanov [mailto:dimitry@dimitry.ru] 
Sent: Thursday, January 02, 2003 8:31 PM
To: tomcat-dev@jakarta.apache.org
Subject: [PATCH] Iteration tags do not synchronize scripting variables
after doStartTag


Hello,
 
  In jasper2, I have found one interesting bug. It hapens when tag
implements 
BodyTag interface and doStartTag returns EVAL_BODY_INCLUDE.
 
  See test-case and patch attached. The patch tested under Tomcat
4.1.18.
 
WBR,
Dimitry Ivanov