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

            Bug ID: 70010
           Summary: Fixing of BZ 69333 causing exceeding the 65535 bytes
                    limit issue
           Product: Tomcat 11
           Version: 11.0.20
          Hardware: Macintosh
            Status: NEW
          Severity: major
          Priority: P2
         Component: Jasper
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: -------

The "Fix regression in the fix for BZ 69333" are unconditionally adding
try-finally blocks to any custom tags introduce. Disregard the enablePooling
configuration, try-finally blocks are added which leads to increase in
generated bytes. If we got large JSP files with many custom tags, let's say
around 70+ tags, there will be ~3,500-5,600 generated bytes unconditionally,
this would always keep the JSP fail from compilation as it's exceeding the
65535 bytes limit.
Please investigate on this issue and I'm happy to follow up with you guys on
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to