On 11/22/2013 5:03 PM, Furkan KAMACI wrote:
Java URL encoder has that explanation at its api docs:
/When encoding a String, the following rules apply:
/
/
/
*/The space character " " is converted into a plus sign "+"./*
at: http://docs.oracle.com/javase/6/docs/api/java/net/URLEncoder.html
so i
Java URL encoder has that explanation at its api docs:
*When encoding a String, the following rules apply:*
*The space character " " is converted into a plus sign "+".*
at: http://docs.oracle.com/javase/6/docs/api/java/net/URLEncoder.html
so its expected to have %20 for a space character but *