arturobernalg opened a new pull request, #574: URL: https://github.com/apache/httpcomponents-core/pull/574
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 ./.. trailing-slash behavior (§5.2.4). Host reg-names are lowercased; IPv6 literals preserved. Internal helpers (Ascii, PercentCodec, Ports, DotSegments, UriTokenizer) are marked @Internal and stateless. Removes the unused Rfc3986UriBuilder. Test suite includes the RFC resolution matrix and edge cases; all pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
