Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0470A19F8B for ; Wed, 30 Mar 2016 13:08:26 +0000 (UTC) Received: (qmail 18088 invoked by uid 500); 30 Mar 2016 13:08:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 18051 invoked by uid 500); 30 Mar 2016 13:08:25 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 18023 invoked by uid 99); 30 Mar 2016 13:08:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 13:08:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AA2952C14FB for ; Wed, 30 Mar 2016 13:08:25 +0000 (UTC) Date: Wed, 30 Mar 2016 13:08:25 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6853) Support encoded value in @ApplicationPath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217941#comment-15217941 ] Sergey Beryozkin commented on CXF-6853: --------------------------------------- Hi Jim, I'm getting nervous with some of the commits flowing on :-) This is not the right place to do it. For example, if you put an encoded value in Path, it does work, please make sure the code which works for that case is applied here too > Support encoded value in @ApplicationPath > ----------------------------------------- > > Key: CXF-6853 > URL: https://issues.apache.org/jira/browse/CXF-6853 > Project: CXF > Issue Type: Task > Components: JAX-RS > Affects Versions: 3.1.6, 3.0.9 > Reporter: Jim Ma > Assignee: Jim Ma > Fix For: 3.0.10, 3.1.7, 3.2.0 > > > If @ApplicationPath value is an encoded value, cxf doesn't decode and handle this correctly. > @ApplicationPath("ApplicationPath%21") > public class MyApp extends Application { > } > -- This message was sent by Atlassian JIRA (v6.3.4#6332)