PQ75501: Webserver failed to read the POST data from the client. | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Customer is having problem with the POST request. Customer has the following testcase. - pageA.jsp ... When you access to pageA.jsp, you can select the invoke request, GET or POST, for pageB.jsp. - pageB.jsp ... When pageA.jsp invokes pageB.jsp by POSTLocal fix request, web browser gets 200 OK error, 200OK.htm. - pageB2.jsp .. pageB2.jsp is added the <%=request.getParameter("param")%> into pageB.jsp. Even if pageA.jsp invokes pageB2.jsp by POST request, Customer's problem doesn't occur. - 200OK.htm ... Got this error when pageA.jsp invokes pageB.jsp by POST request. LOCAL FIX:ン N/AProblem summary **************************************************************** * USERS AFFECTED: All WebSphere Application Server users * **************************************************************** * PROBLEM DESCRIPTION: The webserver plugin flushes the * * output after sending the request to * * the appserver. This sometimes causes * * part of the response to be lost. * **************************************************************** * RECOMMENDATION: * **************************************************************** The plugin flushes both the input and output buffer when sending the response to the appserver. This normally is fine except in the case when a 100 Continue requests are sent and the servlet does not wait for the POST content before sending the response. Flushing of the buffer in this case would result in the loss of the response headers.Problem conclusion The plugin was modified to only flush the output buffer when sending the request to the appserver.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: 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: 00W
Software edition:
Reference #: PQ75501
IBM Group: Software Group
Modified date: Jul 29, 2003
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.