ECF / JaxRSProviders

Remote Services distribution provider based upon JaxRS. Includes imples based upon Jersey and CXF.
Apache License 2.0
13 stars 18 forks source link

Fix generation of exported endpoint id when pathPrefix is set #10

Closed scottslewis closed 5 years ago

scottslewis commented 5 years ago

In this method:

org.eclipse.ecf.provider.jaxrs.server.JaxRSServerContainer.getExportedEndpointId(String, RSARemoteServiceRegistration)

The returned exported endpoint id is not properly calculated when the pathPrefix is set to some non-empty value.

scottslewis commented 5 years ago

Fixed in commit:

https://github.com/ECF/JaxRSProviders/commit/134e91e0da84d5c68dfa9bb21c2b71b7fb2cca5a

scottslewis commented 5 years ago

Fixed as per previous comment