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