helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.0.10: Fix handling of invalid end of line in HTTP header parsing. Added tests #8843

Closed barchetta closed 4 weeks ago

barchetta commented 4 weeks ago

Backport of #8831 to 4.0.10

Description

Fix handling of invalid end of line in HTTP header parsing. Added tests.