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:46:07 UTC

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

Paul Wilson created CXF-5469:
--------------------------------

             Summary: 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. 

Suggestion from Sergey B:

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



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