Hey guys, i have a Solr 4.3 instance running in my server, but Im having some troubles with encoding URL querystring. Im currently encoding my query characters, so, when its searched for "Café", its actually encoded to "caf%E9" and "cão" is encoded to "c%E3o". My URLencoding in tomcat is "iso-8859-1", but when i do a query like that to solr(?q="caf%E9") It returns the error {msg=URLDecoder: Invalid character encoding detected after position 2 of query string / form data (while parsing as UTF-8),code=400}. It works perfectly in my Solr 3.5 instance(with the same configurations), but in Solr 4.3 it just wont go.
Is there any kind of configuration that i could change in Solr 4.3's config that interprets this kind of encoding? Thanks in advance, -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-3-1-only-accepts-UTF-8-encoded-queries-tp4080587.html Sent from the Solr - User mailing list archive at Nabble.com.