Incorrect URL handling in org.apache.cxf.transport.servlet.BaseUrlHelper method
getBaseURL
------------------------------------------------------------------------------------------
Key: CXF-3709
URL: https://issues.apache.org/jira/browse/CXF-3709
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.4.1
Reporter: Konstantin V. Salikhov
Priority: Trivial
I've found a piece of incorrect code in
org.apache.cxf.transport.servlet.BaseUrlHelper method getBaseURL()
There's such a code at line 41: "index = reqPrefix.indexOf(basePath);"
This code handles URL badly when host name starts with application context name.
Example:
URL "http://arm.mycompany.com:8998/arm/" will produce return value of
"http://arm" instead of "http://arm.mycompany.com:8998/arm"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira