Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
As the http component uses this to know if status is okay within ranges 200..299 and so on, we can optimize it due it uses string split which uses regexp in older JDKs.
We can be smarter and with ranges that dont need to be parsed each time, but initialized from the component.
Attachments
Issue Links
- causes
-
CAMEL-17008 okStatusCodeRange does not permit single status code
-
- Resolved
-