HttpServletResponse « Post « JSP-Servlet Q&A





1. Problems with http post method, HttpServletResponse and cookies on java    stackoverflow.com

At the beginning i was sending a redirect with the cookies set on HttpServletResponse but later i decided to not redirect and only get the information gave from the servlet but ...

2. How to get the status after using HttpServletResponse.setStatus    stackoverflow.com

I have a Http Upload Servlet (http-post) and a user can upload an XML file along with some form fields. I have put on some validation checks to see if there ...