You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/10/28 11:23:27 UTC

[jira] [Resolved] (CAMEL-9263) camel-servlet - Allow to configure the context path without leading slash

     [ https://issues.apache.org/jira/browse/CAMEL-9263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9263.
--------------------------------
    Resolution: Fixed

Also the component doc for servlet was wrong which is also fixed now

> camel-servlet - Allow to configure the context path without leading slash
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-9263
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9263
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-servlet
>    Affects Versions: 2.16.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0, 2.16.1
>
>
> You can easily mis configure servlet endpoint because it must start with a leading slash to match the incoming requests.
> We should make that optional how its configured as
> {code}
> servlet:hello
> servlet:/hello
> servlet:///hello
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)