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: dev@tomcat.apache.org ReportedBy: fu...@fugui.com 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org