Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45ABE105C7 for ; Thu, 20 Jun 2013 06:50:31 +0000 (UTC) Received: (qmail 39340 invoked by uid 500); 20 Jun 2013 06:50:27 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 39251 invoked by uid 500); 20 Jun 2013 06:50:24 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 39201 invoked by uid 99); 20 Jun 2013 06:50:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 06:50:21 +0000 Date: Thu, 20 Jun 2013 06:50:21 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-4115) Wasted work in ValidateVisitor.getJspAttribute() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-4115: ------------------------------ Component/s: Plugin - Embedded JSP > Wasted work in ValidateVisitor.getJspAttribute() > ------------------------------------------------ > > Key: WW-4115 > URL: https://issues.apache.org/jira/browse/WW-4115 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Embedded JSP > Affects Versions: 2.3.14.3 > Environment: any > Reporter: Adrian Nistor > Labels: patch, performance > Fix For: 2.3.16 > > Attachments: patch.diff > > > The problem appears in version 2.3.14.3 and in revision 1493157. I > attached a one-line patch that fixes it. > In method "ValidateVisitor.getJspAttribute", the loop over > "el.iterator()" should break immediately after "deferred" is set to > "true". All the iterations after "deferred" is set to "true" do not > perform any useful work, at best they just set "deferred" again to > "true". > Method "evaluateExtraParams" in class "ActionError" has a similar loop > (over "actionMessages"), and this loop breaks immediately after > "isEmptyList" is set to "false", just like in the proposed patch. > Other methods (e.g., "DebuggingInterceptor.printContext", > "FileUploadInterceptor.isNonEmpty", "CollectVisitor.checkSeen", > "JspDocumentParser.processChars") also have similar loops with similar > breaks, just like in the proposed patch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira