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

           Summary: Tag handlers with constant attribute values are always
                    reinitialized
           Product: Tomcat 7
           Version: trunk
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jboy...@apache.org


Tags such as the JSTL <x:out> tag that have idempotent attribute values are
being reinitialized before use. The specification allows the container to pool
and reuse tags with the same attribute values, calling them multiple times
without reinitializing the values. However, the code generated by Jasper always
sets the attribute values after retrieving an instance from the pool even if
they have constant values.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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