You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Paul Wilson (JIRA)" <ji...@apache.org> on 2013/12/18 15:52:09 UTC

[jira] [Updated] (CXF-5469) JsonpInInterceptor casts to HttpServletRequest

     [ 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)