jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Fix #11414 URI schema and port normalization

Open gregw opened this issue 1 year ago • 0 comments

This PR builds on and replaces #11415.

It retains the HttpURI changes, but reverts to using URIUtil methods for URI manipulations that need strings.
The knowledge of default ports has been moved from HttpScheme to URIUtil and expanded for more schemes.

gregw avatar Feb 16 '24 15:02 gregw