You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Terence Kent (JIRA)" <ji...@apache.org> on 2014/02/24 14:57:19 UTC

[jira] [Created] (CXF-5577) WebApplicationException thrown w/JSESSIONID as a path parameter

Terence Kent created CXF-5577:
---------------------------------

             Summary: 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
            Reporter: Terence Kent


(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:

<proto>://<host:port>/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)