Forum Discussion

icyblue's avatar
14 years ago

Wrong REST url encoding in soapUI 4.5 beta 2

In soapUI 4.5, when REST URL contains template parameter like:
http://serverhost:7070/jobs/{jobid}

If jobid contains '|', for example, jobid=2012-03-15|QDroolzJob.1a472a3e1360af940b316526ffffffff|PaaSQA
the generated request URL will be "http://serverhost:7070/", instead of "http://serverhost:7070/jobs/2012-03-15|QDroolzJob.1a472a3e1360af940b316526ffffffff|PaaSQA".

The same request works fine in soapUI 4.1.
No RepliesBe the first to reply