posted 20 years ago
Refer to the HttpServletResponse.sendError(...) documentation in the spec.
"If the response has already been committed, this method throws an Illegal-
StateException. After using this method, the response should be considered
to be committed and should not be written to."