sivaraj_r
14 years agoOccasional Contributor
Space is not encoded in URL.
Hi,
Space is not encoded in URL as %20 in SoapUI Pro 4.0.1 but the same is working on SoapUI 3.6.1.
Ex:
Resource : /xxxxx/xxxx/{param}
Case 1 : param = space
Expected : /xxxxx/xxxx/%20
SoapUI Pro 4.0.1 - Actual : /xxxxx/xxxx/
SoapUI 3.6.1 - Actual : /xxxxx/xxxx/
Case 2 : Param = space=someValue ( Val)
Expected : /xxxxx/xxxx/%20Val
SoapUI Pro 4.0.1 - Actual : /xxxxx/xxxx/%20Val
SoapUI 3.6.1 - Actual : /xxxxx/xxxx/%20Val
Kindly Let me know is this bug. Can I have any work around for this ?
Tested in the following versions
SoapUI 3.6.1 Build dist-111-2010-10-18, Build Date 2010/10/18 14:57
SoapUI Pro 4.0.1 Build dist-142-2011-09-14, Build Date 2011/09/14 13:38
Thanks,
Siva
Space is not encoded in URL as %20 in SoapUI Pro 4.0.1 but the same is working on SoapUI 3.6.1.
Ex:
Resource : /xxxxx/xxxx/{param}
Case 1 : param = space
Expected : /xxxxx/xxxx/%20
SoapUI Pro 4.0.1 - Actual : /xxxxx/xxxx/
SoapUI 3.6.1 - Actual : /xxxxx/xxxx/
Case 2 : Param = space=someValue ( Val)
Expected : /xxxxx/xxxx/%20Val
SoapUI Pro 4.0.1 - Actual : /xxxxx/xxxx/%20Val
SoapUI 3.6.1 - Actual : /xxxxx/xxxx/%20Val
Kindly Let me know is this bug. Can I have any work around for this ?
Tested in the following versions
SoapUI 3.6.1 Build dist-111-2010-10-18, Build Date 2010/10/18 14:57
SoapUI Pro 4.0.1 Build dist-142-2011-09-14, Build Date 2011/09/14 13:38
Thanks,
Siva