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 A9BA6200B61 for ; Tue, 26 Jul 2016 08:09:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A1198160A91; Tue, 26 Jul 2016 06:09:22 +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 DF90F160A7D for ; Tue, 26 Jul 2016 08:09:21 +0200 (CEST) Received: (qmail 14626 invoked by uid 500); 26 Jul 2016 06:09:20 -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 14612 invoked by uid 99); 26 Jul 2016 06:09:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 06:09:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 998982C0D5D for ; Tue, 26 Jul 2016 06:09:20 +0000 (UTC) Date: Tue, 26 Jul 2016 06:09:20 +0000 (UTC) From: "Mitth'raw'nuruodo (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (WW-4669) Struts 2.5.1 gives errors on unexpected action names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Jul 2016 06:09:22 -0000 Mitth'raw'nuruodo created WW-4669: ------------------------------------- Summary: Struts 2.5.1 gives errors on unexpected action names Key: WW-4669 URL: https://issues.apache.org/jira/browse/WW-4669 Project: Struts 2 Issue Type: Bug Components: Core Actions Affects Versions: 2.5.1 Reporter: Mitth'raw'nuruodo As of Struts 2.5.1, URLs containing unexpected characters are rejected, instead of cleaned up. This breaks the interaction of one of our clients, who unfortunately is using braces in their URL (matched at our end by a wildcard). We want to keep specifying a strict list of allowed characters, for cleanup purposes, but we can't do that if it will break interactions with customers. What was the purpose of changing this behavior? I can't find anything about it in the changelog. -- This message was sent by Atlassian JIRA (v6.3.4#6332)