Buschfunk
11 years agoFrequent Contributor
URLs are converted to lower case
Steps to reproduce
Current behavior
soapUI automatically converts the complete URL to lower case.
Expected behavior
soapUI shall keep the URL as entered, i.e. the URL must be handled case-sensitive. According to W3C (http://www.w3.org/TR/WD-html40-970708/htmlweb.html):
"URLs in general are case-sensitive (with the exception of machine names). There may be URLs, or parts of URLs, where case doesn't matter, but identifying these may not be easy. Users should always consider that URLs are case-sensitive."
- Create a Test Case.
- Insert an HTTP Request Test Step.
- Set the endpoint to a case-sensitive URL, e.g. http://localhost:8080/MyRessource
Current behavior
soapUI automatically converts the complete URL to lower case.
Expected behavior
soapUI shall keep the URL as entered, i.e. the URL must be handled case-sensitive. According to W3C (http://www.w3.org/TR/WD-html40-970708/htmlweb.html):
"URLs in general are case-sensitive (with the exception of machine names). There may be URLs, or parts of URLs, where case doesn't matter, but identifying these may not be easy. Users should always consider that URLs are case-sensitive."