Re: URL Encoding of Plus Sign Character Problem at Solr

2013-11-22 Thread Shawn Heisey
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

URL Encoding of Plus Sign Character Problem at Solr

2013-11-22 Thread Furkan KAMACI
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 *