Parsing parameters in URL not working anymore
Hi,
We started a setup using Calcutta EAP 7388. In this setup, a build is triggered using a URL call like: http://]]>/httpAuth/action.html?add2Queue=bt4&buildParam:env.programmerset=xxxxxx_20080905150305&buildParam:env.location=NL
This would parse the parameters programmerset and location to the run. After upgrading to Calcutta EAP 7601, it's no longer working when parsing this URL. If the project is started using the run button (the project asks for these parameters), the parameters are passed. Can anyone confirm this type of behavior or is this a bug?
Regards,
Ben
Please sign in to leave a comment.
Properties and environment variables now should be passed as follows:
system.name=property1&system.value=property1value&env.name=var1&env.value=var1value
The order is of name/value pairs is important.
--
Pavel Sher
Hi,
Thanks. I've tried it and it works! I looked at the changelog, but I did not find an entry regarding the change of the interface. Perhaps this could be mentioned in the changelog in the future?
Regards,
Ben
We'll update our documentation for 4.0 version when things will stabilize.
--
Pavel Sher