On 2/6/2020 10:44 AM, Mark Thomas wrote:
…
As of Tomcat 10, conf/web.xml contains the following:

<!--
   Set the default request and response character encodings to UTF-8.
-->
<request-character-encoding>UTF-8</request-character-encoding>
<response-character-encoding>UTF-8</response-character-encoding>

That *should* have the effect you are looking for but I confess I
haven't tested it in any great detail.

Yes! Oh, that is so wonderful. Thank you!

I brought this issue up on the list over a year ago, and I have since published my entire comprehensive software development course (still being expanded).

https://www.globalmentor.com/courses/softdev/

The course is centered around Tomcat as the server, and the lesson on HTML forms contains a section warning to use `<request-character-encoding>`.

https://www.globalmentor.com/courses/softdev/html-forms

Once Tomcat 10 is released I'll be able to update this note as well.

Thanks again!

Garret


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to