Description
ServletWebResponse.sendRedirect disables caching twice for ajax requests. Also, the headers should be set before data is written to the response. These headers should be set using the normal methods, rather than directly on the response.
ServletWebResponse.sendRedirect disables caching twice for ajax requests. Also, the headers should be set before data is written to the response. These headers should be set using the normal methods, rather than directly on the response.