PQ73877: A LONG REDIRECT URL STRING RETURNS A BLANK PAGE IN THE BROWSER INSTEAD OF THE CORRECT HTTP REDIRECT RESPONSE. | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description WebSphere commerce has some servlet code that issues a redirct string to the browser. The redirect URL is VERY long. The HTTP server returns a blank response instead of the correct HTTP redirect response.Local fix Problem summary **************************************************************** * USERS AFFECTED: All WebSphere Application Server users who * * use sendRedirect requests with a Location * * URI greater than 8k. * **************************************************************** * PROBLEM DESCRIPTION: Redirect requests with Location URL * * greater than 8k fail. * **************************************************************** * RECOMMENDATION: * **************************************************************** The plugin would fail on writing responses which contain a header greater than the default buffer size of 8k. Reading of the first 8k of data would succeed however the next read would contain the remains of the header value. Since the string was not in the Header: Value format an INVALID_FORMAT error is returned.Problem conclusion The plugin was modified so that if a header value was greater than 8k, a larger buffer of 100k is allocated.Temporary fix PQ7116_Test.jarComments
APAR is sysrouted FROM one or more of the following: PQ71167 APAR is sysrouted TO one or more of the following: Modules/Macros
SRLS
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ73877
IBM Group: Software Group
Modified date: May 6, 2003
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.