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

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
Found the problem. It is line 429 of JspReader:

setCurrent(restart);

This makes the current Mark and the reset Mark the same object and they need to
be kept separate. Looking at a fix now. It is possible that this issue will
have have wider impacts that just comment tag parsing. We'll need to keeo an
eye on it in case an early 7.0.33 is required.

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