Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.2
-
None
-
None
Description
UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/'). This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query. I've attached a patch to fix this issue.