Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Dec 14, 2023
1 parent 7252205 commit b6d75ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release 5.3 ALPHA1

This is the first ALPHA release in the 5.3 release series that improves HTTP protocol support by ensuring conformance
to the latest HTTP specification (RFC 9110 and RFC 9112) and also ensuring compatibility with Java Virtual Threads by
replacing 'synchronized' keyword in critical sections with Java lock primitives.
replacing 'synchronized' keywords in critical sections with Java lock primitives.


Notable changes and features included in the 5.3 series:
Expand Down Expand Up @@ -37,7 +37,7 @@ Change Log
* HTTPCORE-756: Authority from an absolute request URI to take precedence over Host header per RFC 9112 section 3.2.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCORE-756: client protocol handlers to try to send `Host` as the first header in the request header section
* HTTPCORE-756: Client protocol handlers to try to send `Host` as the first header in the request header section
per RFC 9110 section 7.2.
Contributed by Oleg Kalnichevski <olegk at apache.org>

Expand All @@ -56,7 +56,7 @@ Change Log
* HTTPCORE-756: Reject HTTPS requests received over insecure (non-TLS) connection per RFC 9110 section 7.4.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCORE-756: replace CR, LF, NULL in header values with SP per RFC 9110 section 5.5.
* HTTPCORE-756: Replace CR, LF, NULL in header values with SP per RFC 9110 section 5.5.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCORE-759: Add Content-Length to POST, PUT and PATCH with null entity request content (#435).
Expand Down Expand Up @@ -109,7 +109,6 @@ Change Log
Contributed by Arturo Bernal <abernal at apache.org>



Release 5.2.4
------------------

Expand Down

0 comments on commit b6d75ac

Please sign in to comment.