You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by vrlgohel <gi...@git.apache.org> on 2018/09/11 18:00:37 UTC

[GitHub] camel pull request #2517: CAMEL-12785: ServletComponent ignores HttpBinding

GitHub user vrlgohel opened a pull request:

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

    CAMEL-12785: ServletComponent ignores HttpBinding

    We dropped the **httpBindingRef** in http common and servlet component some time back. The Servlet Component had a regression where it wasn't taking into consideration a custom **httpBinding**, and instead always initialized a default instance of **ServletRestHttpBinding**, thereby ignoring the custom config. 
    This change now takes into effect **user's custom httpBinding**. 

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

    $ git pull https://github.com/vrlgohel/camel-1 CAMEL-12785

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

    https://github.com/apache/camel/pull/2517.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 #2517
    
----
commit 8714e24a3fc0f50c92a5a2d3311129a5969e8302
Author: Viral Gohel <vr...@...>
Date:   2018-09-11T17:55:10Z

    CAMEL-12785: ServletComponent ignores HttpBinding

----


---

[GitHub] camel pull request #2517: CAMEL-12785: ServletComponent ignores HttpBinding

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

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


---