Jean-Baptiste Onofré created ARIES-1874: -------------------------------------------
Summary: Servlet registration should use / instead of "" to be compliant with HTTP whiteboard spec Key: ARIES-1874 URL: https://issues.apache.org/jira/browse/ARIES-1874 Project: Aries Issue Type: Bug Components: jax-rs-whiteboard Affects Versions: jax-rs-whiteboard-1.0.1 Reporter: Jean-Baptiste Onofré Assignee: Jean-Baptiste Onofré Fix For: jax-rs-whiteboard-1.0.2 According to the spec: {code} For ServletContextHelper services, the value of this service property must be of type String. The value is either a slash for the root or it must start with a slash but not end with a slash. Valid characters are defined in rfc3986#section-3.3. Contexts with an invalid path are ignored. {code} So, JAXRS Whiteboard should use {{/}} for instance instead of {{""}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)