Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 449F11070F for ; Tue, 22 Oct 2013 06:46:52 +0000 (UTC) Received: (qmail 61767 invoked by uid 500); 22 Oct 2013 06:46:51 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 61701 invoked by uid 500); 22 Oct 2013 06:46:50 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 61694 invoked by uid 500); 22 Oct 2013 06:46:49 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 61690 invoked by uid 99); 22 Oct 2013 06:46:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 06:46:49 +0000 Date: Tue, 22 Oct 2013 06:46:48 +0000 (UTC) From: "Kristof Neirynck (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TOMEE-1063) URL encoding problems when using ?faces-redirect=true&includeViewParams=true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kristof Neirynck created TOMEE-1063: --------------------------------------- Summary: URL encoding problems when using ?faces-redirect=true&includeViewParams=true Key: TOMEE-1063 URL: https://issues.apache.org/jira/browse/TOMEE-1063 Project: TomEE Issue Type: Bug Affects Versions: 1.5.2, 1.5.3, 1.6.0 Reporter: Kristof Neirynck This is basicly the same bug as https://java.net/jira/browse/JAVASERVERFACES-2440 I've created a simple testproject for it here: https://github.com/Crydust/facesredirect 1. submit a field with an umlaut or other unicode character 2. return to the view with ?faces-redirect=true&includeViewParams=true 3. the url contains a wrongly encoded string 4. the value of the viewParam is also wrongly encoded now This can be reproduced on TomEE 1.5.2, 1.5.3-SNAPSHOT, 1.6.0-SNAPSHOT and even Glassfish 3.1.2.2. This seems to work correctly on JBoss eap 6.1 and Glassfish 4.0. -- This message was sent by Atlassian JIRA (v6.1#6144)