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:04:27 UTC

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

Claus Ibsen created CAMEL-9263:
----------------------------------

             Summary: 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)