Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
REST GET invocations fail with httpLocations of the form foo/
{name}when more than one parameter is present. There was a bug in the parameter extractor where it looked for the queryParameterSeparator as the next constant. But in this case it should have been looking for ? instead.