Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.16.0
-
None
-
Unknown
Description
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
servlet:hello
servlet:/hello
servlet:///hello
Attachments
Issue Links
- breaks
-
CAMEL-9485 camel-servlet is no-longer working in 2.16.1 (works in 2.15.3 and 2.16.0)
- Resolved