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 5C28D10165 for ; Tue, 25 Feb 2014 01:52:20 +0000 (UTC) Received: (qmail 62633 invoked by uid 500); 25 Feb 2014 01:52:19 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 62571 invoked by uid 500); 25 Feb 2014 01:52:19 -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 62562 invoked by uid 99); 25 Feb 2014 01:52:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 01:52:19 +0000 Date: Tue, 25 Feb 2014 01:52:19 +0000 (UTC) From: "Terence Kent (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5577) WebApplicationException thrown w/JSESSIONID as a path parameter 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-5577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911103#comment-13911103 ] Terence Kent commented on CXF-5577: ----------------------------------- I had to upgrade to 2.7.10 due to an unrelated issue and was able to confirm the issue also occurs in 2.7.10 > WebApplicationException thrown w/JSESSIONID as a path parameter > --------------------------------------------------------------- > > Key: CXF-5577 > URL: https://issues.apache.org/jira/browse/CXF-5577 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.6.13, 2.7.10 > Reporter: Terence Kent > Labels: jax-rs, jsessionid > Attachments: bug-cxf-routing-jsessionid.zip > > > (This issue was originally posted as a question to users@cxf.apache.org here: http://cxf.547215.n5.nabble.com/JAX-RS-issue-in-2-6-13-w-JSESSIONID-as-a-path-parameter-td5740381.html) > Including a JSESSIONID path parameter will break REST paths which end with a forward slash. For example, the path: > :///api/people/;JESSIONID=xxx > Will result in a WebApplicationException being thrown. If the path does not end with a forward slash, everything works as expected. -- This message was sent by Atlassian JIRA (v6.1.5#6160)