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 384CA200BF7 for ; Mon, 9 Jan 2017 11:43:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 35895160B49; Mon, 9 Jan 2017 10:43:00 +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 A26C6160B3E for ; Mon, 9 Jan 2017 11:42:59 +0100 (CET) Received: (qmail 5340 invoked by uid 500); 9 Jan 2017 10:42:58 -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 5321 invoked by uid 99); 9 Jan 2017 10:42:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 10:42:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C8BB2C1F5A for ; Mon, 9 Jan 2017 10:42:58 +0000 (UTC) Date: Mon, 9 Jan 2017 10:42:58 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4727) Struts 2.5.8 no longer supports the directive in the struts.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 Jan 2017 10:43:00 -0000 [ https://issues.apache.org/jira/browse/WW-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811436#comment-15811436 ] Lukasz Lenart commented on WW-4727: ----------------------------------- [~abrin] can you post more details? I would like to start preparing a new release > Struts 2.5.8 no longer supports the directive in the struts.xml > ------------------------------------------------------------------------- > > Key: WW-4727 > URL: https://issues.apache.org/jira/browse/WW-4727 > Project: Struts 2 > Issue Type: Bug > Components: Core > Affects Versions: 2.5.8 > Reporter: adam brin > Priority: Minor > Fix For: 2.5.next > > > in 2.5.5 and most previous versions of Struts 2 you could use the {{}} directive to separate out constants and other parameters into changsets that could be managed. This appears to have stopped working based on the fact that we're now getting NumberFormatExceptions when trying to parse {{struts.multipart.maxSize}} when it's not defined in the struts.xml but instead in the included file. Setting {{struts.multipart.maxSize}} directly corrects this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)