GitHub user arnaud-deprez opened a pull request:

    https://github.com/apache/camel/pull/949

    CAMEL-6707: add async for servlet

    Add async option in servlet.
    
    # Remarks:
    I have some issues to test servlet with arquillian & jetty 9. Apparently it 
doesn't take into account the option async-supported in the web.xml (see test). 
But it works well with tomcat and the jetty component (because here we register 
the servlet ourself correctly).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arnaud-deprez/camel CAMEL-6707

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/949.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #949
    
----
commit d1a466a96e5b09a87ad83002305ea16fc00c0985
Author: Arnaud Deprez <arnaud.dep...@lampiris.be>
Date:   2016-04-13T21:38:00Z

    CAMEL-6707: add async for servlet

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to