Explanation | This is an application error. The name is null in either context getAttribute(), setAttribute(), getInitParameter(), or setInitParameter(). |
Action | Update the attribute name, or initial parameter name, with a non-null value. |
Explanation | Response encoding specified on the response is not valid. This is an application error. |
Action | Review logs to determine whether the specified encoding is a valid encoding. |
Explanation | The response has already been committed. |
Action | Ensure that the response has not been committed before trailers are set. |
Explanation | HTTP Trailers are only supported in HTTP 1.1 or higher. |
Action | Ensure that HTTP 1.1 or higher is being used. |
Explanation | Trailers are only supported if the Transfer-Encoding header value is "chunked". |
Action | Ensure that the Transfer-Encoding header contains the "chunked" value. |