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? _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
