hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Consumer Error with non / pathes #45

Closed hstaudacher closed 10 years ago

hstaudacher commented 10 years ago

If you annotate an interface or method with @Path and no / as first character the consumer will fail to send the request. I think the consumer should be more robust and handle those cases.