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)