You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2018/10/03 13:34:01 UTC

[jira] [Closed] (CXF-7799) Query parameters are not handled properly when WebSocket transport is used

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

Colm O hEigeartaigh closed CXF-7799.
------------------------------------

> Query parameters are not handled properly when WebSocket transport is used
> --------------------------------------------------------------------------
>
>                 Key: CXF-7799
>                 URL: https://issues.apache.org/jira/browse/CXF-7799
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, Transports
>    Affects Versions: 3.2.5
>            Reporter: Alexander Onnikov
>            Assignee: Andriy Redko
>            Priority: Minor
>             Fix For: 3.2.6, 3.1.17, 3.3.0
>
>
> I'm trying to pass query parameters to REST endpoint over Websocket transport. I expect the passed parameters to come as query string but instead of this I receive them in the path.
> I suppose that there is an issue with Atmosphere that causes it not to pass query parameters to AtmosphereRequest.
>  
> Request example ([JAX-RS WebSocket Demo|https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/websocket]):
> GET /demo/customerservice/customers/123?param=value
> Expected: "123" is passed as a path parameter value
> Actual: value is "123?param=value"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)