PQ70939: WEBCONTAINER ATTEMPTS TO READ POST DATA AFTER IOTIMEOUT | |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Webcontainer attempts to read post data after IOTimeoutLocal fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server users * * experiencing connection timeouts * * when servicing HTTP Requests. * **************************************************************** * PROBLEM DESCRIPTION: WebSphere outputs an error message to * * the logs indicating a connection * * timeout in attempting to read POST * * data sent from a client. * **************************************************************** * RECOMMENDATION: * **************************************************************** At the end of a POST request, WebSphere attempts to read from the client any remaining POST data that was sent by the client. If an IOException occurs during the reading of the POST data (when parsing the original POST data), WebSphere should not attempt to read the POST data again since the client socket is no longer accessible to read data from.Problem conclusion Modified the code to limit the possibility of this IOException from occurring. WebSphere will now track if an IOException occurs when reading in the original POST data and not try to read from the socket when this occurs.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: PQ70895 APAR is sysrouted TO one or more of the following: Modules/Macros
Publications Referenced
|
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 00A
Software edition:
Reference #: PQ70939
IBM Group: Software Group
Modified date: Feb 12, 2003
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.