Sanitizing User Input

Never trust anything that comes from the client. - ancient proverb

Now we know how to get user input using HTML forms and POST requests that trigger the doPost() function of our servlet classes.


This is a companion discussion topic for the original entry at https://happycoding.io/tutorials/java-server/sanitizing-user-input