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

Paul Wilson updated CXF-5469:
-----------------------------

    Description: 
Request is cast to HttpServletRequest rather than reading the Message 
QUERY_STRING. This binds the interceptor to the http transport.

Suggestion from Sergey B:

JAXRSUtils.getStructuredParams(message.get(Message.QUERY_STRING)).getFirst( .. )

  was:
Request is cast to HttpServletRequest rather than reading the Message 
QUERY_STRING. 

Suggestion from Sergey B:

JAXRSUtils.getStructuredParams(message.get(Message.QUERY_STRING)).getFirst( .. )


> JsonpInInterceptor casts to HttpServletRequest
> ----------------------------------------------
>
>                 Key: CXF-5469
>                 URL: https://issues.apache.org/jira/browse/CXF-5469
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.0.0-milestone1
>            Reporter: Paul Wilson
>            Priority: Minor
>
> Request is cast to HttpServletRequest rather than reading the Message 
> QUERY_STRING. This binds the interceptor to the http transport.
> Suggestion from Sergey B:
> JAXRSUtils.getStructuredParams(message.get(Message.QUERY_STRING)).getFirst( 
> .. )



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to