DLuks
14 years agoContributor
Bug: URL Encoding on Mac and Linux is different
We have some special characters going into the url, and within the Mac version of soapUIPro, they get encoded differently than the Linux version.
It seems the maven plugin prefers the Linux version as well.
Query String: banó
Linux Encoded:
Mac Encoded:
It seems the maven plugin prefers the Linux version as well.
Query String: banó
Linux Encoded:
http://localhost:8080/search?q=ban%C3%83%C2%B3&offset=0&limit=25&lang=es
Mac Encoded:
http://localhost:8080/search?q=ban%CC%3F&offset=0&limit=25&lang=es