[osmosis-dev] Password contains a percent character
Simon Nuttall
info at cyclestreets.net
Mon Apr 22 21:52:55 UTC 2013
I'm calling osmosis from php, and when the password contains a %
character it fails to login.
E.g when the last character of the password is % I get this:
java.lang.IllegalArgumentException: URLDecoder: Incomplete trailing
escape (%) pattern
and if the % char is in the middle of the password:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters
in escape (%) pattern - For input string: "es"
Could this be due to lack of percent encoding in any GET request that
is being made?
More information about the osmosis-dev
mailing list