-
Bug
-
Resolution: Fixed
-
Major
-
2.2.0
-
None
-
4.1 M6
The "GetUrlAction" will appended "?ticket=..." to the service parameter URL, even if the URL already contains some parameters (e.g. "http://server/?UserPopulation=users").
The resulting URL will be valid, but the ticket will be part of the value of the last parameter (e.g. UserPopulation in my example will be "users?ticket=...")