You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/01/25 23:11:15 UTC

[GitHub] andymc12 opened a new pull request #370: [CXF-7625] Handle schemeSpecificPart that looks like host:port

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:
users@infra.apache.org


With regards,
Apache Git Services