249250251252253254255256257258259
Collection<String> cookieHeaders = sresponse.getHeaders("Set-Cookie"); // END IT 13858 // Reset the response (if possible) try { sresp.reset(); } catch (IllegalStateException e) { ; } // START PWC 6254469
118119120121122123124125126127128
// The response is an error response.setError(); // Reset the response (if possible) try { sresp.reset(); } catch (IllegalStateException e) { ; } response.sendError
185186187188189190191192193194195
// The response is an error response.setError(); // Reset the response (if possible) try { sresp.reset(); } catch (IllegalStateException e) { ; } ServletResponse sresponse = (ServletResponse) response;
117118119120121122123124125126127
130131132133134135136137138139140
182183184185186187188189190191192
183184185186187188189190191192193