From issues-return-14534-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Thu Feb 18 00:37:52 2010 Return-Path: Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: (qmail 8635 invoked from network); 18 Feb 2010 00:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 00:37:52 -0000 Received: (qmail 38063 invoked by uid 500); 18 Feb 2010 00:37:51 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 38033 invoked by uid 500); 18 Feb 2010 00:37:51 -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 38025 invoked by uid 99); 18 Feb 2010 00:37:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 00:37:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 00:37:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E897629A0011 for ; Wed, 17 Feb 2010 16:37:27 -0800 (PST) Message-ID: <2023066476.348171266453447951.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 00:37:27 +0000 (UTC) From: "Gabriel (JIRA)" To: issues@struts.apache.org Subject: [jira] Created: (WW-3389) StatusCode parameter in the URL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org StatusCode parameter in the URL ------------------------------- Key: WW-3389 URL: https://issues.apache.org/jira/browse/WW-3389 Project: Struts 2 Issue Type: Bug Affects Versions: 2.1.8.1 Reporter: Gabriel Priority: Minor I have a redirect result configuration where I change the statusCode: ${redirectUrl} 301 false When the redirect occurs, it appends a statusCode parameter on the URL, like this: http://domain.com/path?statusCode=301 It was working correctly on version 2.0.6, with no statusCode in the URL -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.