Sandeep More created KNOX-1948:
----------------------------------
Summary: Knox Parser fails to properly handle comma seperated list
of urls
Key: KNOX-1948
URL: https://issues.apache.org/jira/browse/KNOX-1948
Project: Apache Knox
Issue Type: Bug
Components: Server
Reporter: Sandeep More
Assignee: Sandeep More
Fix For: 1.4.0
List of urls
"http://www.ics.uci.edu/pub/ietf/uri/Related,https://test.knox.apache.org/,https://test2.knox.apache.org/"
is modifiled to
"http://www.ics.uci.edu/pub/ietf/uri/Related,https:/test.knox.apache.org/,https:/test2.knox.apache.org/"
forward slash in https is dropped for all the urls except the first one.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)