[PATCH] Merge commit from fork
authorEvan Phoenix <evan@phx.io>
Thu, 19 Sep 2024 04:56:07 +0000 (21:56 -0700)
committerAbhijith PA <abhijith@debian.org>
Wed, 29 Jan 2025 01:56:33 +0000 (07:26 +0530)
commitc043b3e2e257b2b6cf8155c8986ae33ea532ba26
treefbf271dd68225674febb9e08a039e2cf8b6a0f08
parentceccbe477e806cc1f05c9873d66e59db842ac74e
[PATCH] Merge commit from fork

* Prevent underscores from clobbering hyphen headers

* Special case encoding headers to prevent app confusion

* Handle _ as , in jruby as well

* Silence RuboCop offense

---------

Co-authored-by: Patrik Ragnarsson <patrik@starkast.net>
Gbp-Pq: Name CVE-2024-45614.patch
ext/puma_http11/org/jruby/puma/Http11.java
lib/puma/const.rb
lib/puma/request.rb
test/test_normalize.rb [new file with mode: 0644]
test/test_request_invalid.rb