andymc12 opened a new pull request #370: [CXF-7625] Handle schemeSpecificPart that looks like host:port URL: https://github.com/apache/cxf/pull/370 The JAX-RS 2.1 TCK checks that a URI that has a non-integer port - i.e. a scheme specific part that looks like host:port. They expect that the string returned from UriBuilder.fromUri(uri).build().toString() should include the scheme and the scheme-specific part, but CXF currently drops the scheme-specific part. This change helps to ensure that we preserve it, and adds a test similar to the TCK.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
