PQ75699: IllegalStateException shown in log when
client closed connection
Downloadable files
Abstract
When a servlet set conent length header,
IllegalStateException was shown in the log if client closed http
connection before response completed.
Download Description
WebSphere Application Server Fix Pack 5.0.1 added a block of code to
verify that the content
length set in response header is the same as written into the response.
An IllegalException is thrown if they do not match.
The code did not check the special case when an IOException has been
thrown because the client closed the connection. In such a case, an
IllegalStateException is thrown.
USERS AFFECTED: WebSphere Application Server users setting the
content-length for a response.
Prerequisites
Please download the UpdateInstaller below to install this fix.