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 D42CB11332 for ; Mon, 14 Jul 2014 01:41:05 +0000 (UTC) Received: (qmail 71476 invoked by uid 500); 14 Jul 2014 01:41:04 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 71433 invoked by uid 500); 14 Jul 2014 01:41:04 -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 71423 invoked by uid 99); 14 Jul 2014 01:41:04 -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 01:41:04 +0000 Date: Mon, 14 Jul 2014 01:41:04 +0000 (UTC) From: "zhouyanming (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 zhouyanming created WW-4375: ------------------------------- Summary: 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 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)