java - XSS attacks in jsp -


hi have jsp page in following lines

if(exception err) {   out.println (err.getmessage() + "<br/><br/>"); } 

may xss attacks want display above things without xss attacks thought ?

use c:out tag.

also see


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -