You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2011/06/08 12:23:58 UTC

[jira] [Updated] (CXF-3573) CXF/JAX-RS can not handle encoded urls that contain a jsessionid

     [ https://issues.apache.org/jira/browse/CXF-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin updated CXF-3573:
----------------------------------

    Fix Version/s: 2.3.5
                   2.4.1
         Assignee: Sergey Beryozkin

Reproduced it; happens only when root resource @Path value is empty or equal to "/"

> CXF/JAX-RS can not handle encoded urls that contain a jsessionid
> ----------------------------------------------------------------
>
>                 Key: CXF-3573
>                 URL: https://issues.apache.org/jira/browse/CXF-3573
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.2.12
>            Reporter: Xi Zhang
>            Assignee: Sergey Beryozkin
>             Fix For: 2.4.1, 2.3.5
>
>
> CXF/JAX-RS stack can not handle encoded urls that contain a jsessionid, 
> I get the warning in the logger after ich try to get data thru REST URL that contains a session cookie lsited below
> http://localhost:8099/workplace/service;jsessionid=ctjy3rhkbyya1j73rceiw2rup?patientId=1109&responseTimeZone=America%2FLos_Angeles&noCache=1307087541416
> Jun 7, 2011 4:58:40 PM org.apache.cxf.jaxrs.utils.JAXRSUtils findTargetMethod
> WARNING: No operation matching request path /;jsessionid=ctjy3rhkbyya1j73rceiw2rup is found, HTTP Method : GET, ContentType : */*, Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,.
> Jun 7, 2011 4:58:40 PM org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper toResponse
> WARNING: WebApplicationException has been caught : no cause is available
> 2011-06-07 16:58:40,457 WARN  o.a.cxf.jaxrs.utils.JAXRSUtils[]: No operation matching request path /;jsessionid=ctjy3rhkbyya1j73rceiw2rup is found, HTTP Method : GET, ContentType : */*, Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,.
> 2011-06-07 16:58:40,473 WARN  o.a.c.j.i.WebApplicationExceptionMapper[]: WebApplicationException has been caught : no cause is available

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira