Daniel Kulp created CXF-4323:
--------------------------------

             Summary: Should use documented Jetty continuation API
                 Key: CXF-4323
                 URL: https://issues.apache.org/jira/browse/CXF-4323
             Project: CXF
          Issue Type: Improvement
          Components: Transports
    Affects Versions: 2.6
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.6.1


We currently use some of the "raw" async context objects from Jetty to 
implement the jetty based continuations.  However, when running in a "real" 
jetty server, the default classloader hides those.   We should use the 
documented ContinuationSupport.getContinuation methods to set that up.   That 
will allow use of the continuations when run in a war inside jetty 7.x.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to