Jose Antonio Insua created SLING-10925:
------------------------------------------
Summary: OsgiConsoleClient breaks if Location header is an
absolute URL
Key: SLING-10925
URL: https://issues.apache.org/jira/browse/SLING-10925
Project: Sling
Issue Type: Bug
Components: Apache Sling Testing Clients
Affects Versions: Apache Sling Testing Clients 2.0.10
Reporter: Jose Antonio Insua
OsgiConsoleClient.editConfiguration() breaks if the response has an absolute
URL.
The extra characters break the logic of the return statement:
{code:java}
return locationHeader[0].getValue().substring(URL_CONFIGURATION.length() + 1);
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)