Rupert Westenthaler created STANBOL-1189:
--------------------------------------------
Summary: UriInfo.getPathParameters() returning an empty Map in
ContentItemReader
Key: STANBOL-1189
URL: https://issues.apache.org/jira/browse/STANBOL-1189
Project: Stanbol
Issue Type: Sub-task
Reporter: Rupert Westenthaler
Priority: Minor
Parsing the ContentItem URI form the uri={uri} parameter was brocken because
MultivaluedMap<String,String> params = uriInfo.getPathParameters();
returned an empty map even if the parameter was present in the request URI
retrieved from
URI uri = uriInfo.getRequestUri();
As a temporary fix a workaround was added with http://svn.apache.org/r1534931.
This fix parsed the parameter from the URI.
This should be replaced with JAX-RS code ASAP.
--
This message was sent by Atlassian JIRA
(v6.1#6144)