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

           Summary: PatchAvailable should check
                    context.getIgnoreAnnotations()
           Product: Tomcat 6
           Version: 6.0.29
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In AnnotationHelper, now we don't check context.getIgnoreAnnotations(), and the
JSP Custom Tag always invoke postConstruct/preDestroy, and the performance is
very low!
I think we need change:
        if (processor != null) {
TO
        if (processor != null && !context.getIgnoreAnnotations()) {

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to