GitHub user sebhoss opened a pull request:
https://github.com/apache/cxf/pull/221
[CXF-7210] Fix StringIndexOutOfBoundsException
The logic goes as follows:
1) Base- & request-URI are the same, then only add base-URI.
2) If request-URI starts with base-URI, only add the parts from request-URI
that are not already included in base-URI
3) Otherwise add both base-URI and request-URI
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sebhoss/cxf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/221.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #221
----
commit 1a8ae7afb254b77118aba543df2a720547a3ccf2
Author: Sebastian Hoà <[email protected]>
Date: 2017-01-11T12:39:31Z
[CXF-7210] Fix StringIndexOutOfBoundsException
Signed-off-by: Sebastian Hoà <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---