httpcomponents-core
httpcomponents-core copied to clipboard
Mirror of Apache HttpCore
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1 Commits...
Implements HTTPCORE-637 with a small, immutable RFC 3986 URI value type that preserves raw text and supports resolve/normalize per §§5.2/6. Implementation is table-driven ASCII (no regex/Character) and fixes terminal ./.....
Client parses ORIGIN on stream 0, enforces allowed origins, and removes on 421 Server exposes sendOrigin(); wiring in Abstract/Client/Server multiplexers and ClientH2StreamHandler No change for h2c; reserved flags ignored