Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.11.2
-
None
-
Unknown
Description
It is not possible to set okStatusCodeRange for netty http to single status code (eg. only 200). Problem is caused by optimization from CAMEL-16215 which does not handle case when there is neither "-" nor "," in the okStatusCodeRange.
Workaround it to use single element range: 200-200 but it should be possible to set single value.
Attachments
Issue Links
- is caused by
-
CAMEL-16215 camel-http - Optimize isStatusCodeOk
- Resolved
- links to