URL « Form « JSP-Servlet Q&A





1. HttpServletRequest - Quick way to encode url and hidden field paramaters    stackoverflow.com

In my java app I'm preventing XSS attacks. I want to encode URL and hidden field paramaters in the HttpServletRequest objects I have a handle on. How would I go about doing ...

2. jsp to servlet communication with parameters from URL, not a form    stackoverflow.com

I'm using netbeans to create a web application that allows a cell phone user to scan a QR code and retrieve a journal's previous/next title information. The take home point ...

3. URL rewriting and forms    coderanch.com