On 03/09/2014 12:45, Lulseged Zerfu wrote: > Hi I am getting bad request from tomcat when I send UTF-8 encoded > request to my application. I have configured connector in my > server.xml with URIEncoding=”UTF-8”. I have set charset in the > request to UTF-8. How can I solve 400 Bad request?
Don't send an invalid request. > How can I tell tomcat to decode request URI instead of responding with 400 Bad > request? You can't. Tomcat will always reject invalid requests with a 400 response. > I will appreciate any help. I am using tomcat 8.0.11 on > windows 8 x64. I have also tried with tomcat 7.0.55. BRLulseged Again, read this: http://www.catb.org/esr/faqs/smart-questions.html Then try asking your question again and provide enough information that someone on this list stands some chance of being able to figure out what the error is. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org