WEB/JSP
-
Simple Cross Site Scripting (XSS) Servlet FilterWEB/JSP 2014. 1. 17. 16:17
http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/ Simple Cross Site Scripting (XSS) Servlet Filter Ran into some issues on some of our Java sites today and needed a quick fix to protect the sites from malicious Cross Site Scripting (XSS) attempts. If you’re not aware of what XSS is and have websites that have sensitive user data, you may want to read up, you..