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

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
I failed to reproduce your error with Tomcat 9.0.48, based on your description.
Thus I cannot verify whether the issue has already been fixed or not.

The examples web application has a similar jsp page:

http://localhost:8080/examples/jsp/jsp2/tagfiles/products.jsp

Source code:
- webapps/examples/WEB-INF/tags/displayProducts.tag 
A tag that uses <%@ attribute name="..." fragment="true" %>

- webapps/examples/jsp/jsp2/tagfiles/products.jsp
The page.

A difference is that the page from the examples does not use nested tags. I
tried to modify the page, adding taglib declaration
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

and nested tags, as in your example, but the page still works successfully for
me with Tomcat 9.0.48, as well as with 9.0.50.

Please:

1. Retest with Tomcat 9.0.50 - release candidate builds are available, see
"[VOTE]" thread on the dev mailing list.

2. Provide a simple sample web application that reproduces the issue.

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