Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6551D200B12 for ; Sun, 12 Jun 2016 19:33:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 63D6A160A2C; Sun, 12 Jun 2016 17:33:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D2A05160A04 for ; Sun, 12 Jun 2016 19:33:10 +0200 (CEST) Received: (qmail 27274 invoked by uid 500); 12 Jun 2016 17:33:10 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 27262 invoked by uid 99); 12 Jun 2016 17:33:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2016 17:33:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98096DFFAB; Sun, 12 Jun 2016 17:33:09 +0000 (UTC) From: lukaszlenart To: dev@struts.apache.org Reply-To: dev@struts.apache.org References: In-Reply-To: Subject: [GitHub] struts pull request #99: add allowed methods to handleUnknownAction Content-Type: text/plain Message-Id: <20160612173309.98096DFFAB@git1-us-west.apache.org> Date: Sun, 12 Jun 2016 17:33:09 +0000 (UTC) archived-at: Sun, 12 Jun 2016 17:33:11 -0000 Github user lukaszlenart commented on a diff in the pull request: https://github.com/apache/struts/pull/99#discussion_r66724460 --- Diff: core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java --- @@ -346,6 +346,13 @@ public boolean isNeedsRefresh() { return globalExceptionMappingConfigs; } + /** + * gets the GlobalAllowedMethods local to this package + * + * @return a Set of method names allowed to be executed if strict method invocation is enabled + */ + public Set getGlobalAllowedMethods() { return globalAllowedMethods; } --- End diff -- Ok, I will do it after merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org