Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5469

JsonpInInterceptor casts to HttpServletRequest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0-milestone1
    • 2.7.9, 3.0.0-milestone2
    • JAX-RS
    • None
    • Unknown

    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( .. )

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            pwilson Paul Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: