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 E11FB1165F for ; Mon, 14 Jul 2014 05:16:05 +0000 (UTC) Received: (qmail 43167 invoked by uid 500); 14 Jul 2014 05:16:05 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 43138 invoked by uid 500); 14 Jul 2014 05:16:05 -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 43004 invoked by uid 99); 14 Jul 2014 05:16:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 05:16:05 +0000 Date: Mon, 14 Jul 2014 05:16:05 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4375) improve security check performance 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-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14060339#comment-14060339 ] Lukasz Lenart commented on WW-4375: ----------------------------------- Did you perform any benchmarks on that? Anyway, I'm planing to remodel how expressions are passed around - instead using simple String I would like to have a dedicated class which will represents the expression itself, its state and origins (client input, struts configuration, etc). Thus should allow reduce security checks > improve security check performance > ---------------------------------- > > Key: WW-4375 > URL: https://issues.apache.org/jira/browse/WW-4375 > Project: Struts 2 > Issue Type: Improvement > Affects Versions: 2.3.18 > Reporter: zhouyanming > Fix For: 2.5 > > > currently struts is a little low performance because we must do much security check,I think struts should provide two ways for security check,One for client inputs and the other for non-inputs.client inputs must use the most strict check.and server side expressions could skip most check,it will improve performance because most of access is from server side. -- This message was sent by Atlassian JIRA (v6.2#6252)