12 years ago
Cannot create Request URL with "%" inside.
It's not possible to create Request URL with "%" inside.
When we put "%" directly into URL the URL cannot be generated but SOAPUI.
When we use the URL-encoding value for "%" = "%25" e.g. http://test1/%25test2/ then generated by SOAPUI URL looks incorrect: http://test1/%25test2/ and the expected URL should looks like http://test1/%test2/
Is there any workaround for this bug?
When we put "%" directly into URL the URL cannot be generated but SOAPUI.
When we use the URL-encoding value for "%" = "%25" e.g. http://test1/%25test2/ then generated by SOAPUI URL looks incorrect: http://test1/%25test2/ and the expected URL should looks like http://test1/%test2/
Is there any workaround for this bug?