Forum Discussion

DLuks's avatar
DLuks
Contributor
14 years ago

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:
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

2 Replies

  • Hi,

    thanks for this - the encoding should be done by the methods in the JRE - which soapUI versions and JRE's are you running on these platforms? Do they have the same system locale and encoding?

    regards!

    /Ole
    SmartBear Software