andymc12 opened a new pull request #337: [CXF-7527] getMatchedURIs to avoid duplicate URIs URL: https://github.com/apache/cxf/pull/337 The UriInfo.getMatchedURIs method currently returns "duplicate" URI entries when called from a method that is not annotated with an @Path annotation. The "duplicate" URI is basically the same URI but with a trailing slash. This was first discovered when using sub resource locators, but could also occur in simpler scenarios (like a resource method annotated with @GET but not @Path). When comparing against the javadoc and the RI, it looks like the URIs we were returning started with a slash, where the RI and javadoc examples do not. This commit removes the starting slash as well.
---------------------------------------------------------------- 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
