Using Apache Karaf 4.0.5 and the OSGi JAX RS Connector v5.3.1, I can successfully set the root path of the connector with values like /foo or /fo. However, when setting the value to '/' I can not access the URI anymore.
Example OK:
karaf>config:property-set -p com.eclipsesource.jaxrs.connector root /foo
Example NOT OK:
karaf>config:property-set -p com.eclipsesource.jaxrs.connector root /
Using Apache Karaf 4.0.5 and the OSGi JAX RS Connector v5.3.1, I can successfully set the root path of the connector with values like /foo or /fo. However, when setting the value to '/' I can not access the URI anymore.
Example OK: karaf>config:property-set -p com.eclipsesource.jaxrs.connector root /foo
Example NOT OK: karaf>config:property-set -p com.eclipsesource.jaxrs.connector root /