PQ56224: DECODING OF URLS WITH SESSIONIDS AND QUERY STRING THROWS INDEX OUT OF BOUNDS. | |||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||
APAR status Closed as program error. Error description Passing a sessionid and query string throws a index out of bounds error. For example: <jsp:include file="foo.jsp"; jsessionid=1:t?foo=bar" /> fails.Local fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server users of a JSP * * that does an dynamic include with the URL * * rewriting sessionid encoded in the URL * * jsessionid * **************************************************************** * PROBLEM DESCRIPTION: <jsp:forward> doesn't work if the * * jsessionid is at the end of the URL * * after the querystring, resulting 500 * * Internal Server eror with a * * StringArrayIndexOutofBoundsException -1 * **************************************************************** * RECOMMENDATION: * **************************************************************** <jsp:forward> doesn't work if the jsessionid is at the end of the URL after the querystring, resulting in a 500 Internal Server eror with a StringArrayIndexOutofBoundsException -1Problem conclusion <jsp:forward> doesn't work if the jsessionid is at the end of the URL after the querystring, resulting 500 Internal Server error with a StringArrayIndexOutofBoundsException -1. The parsing mechanism of the jsessionid has been changed so that it looks at the end of the URL rather than at the begining, when querystring is present.Temporary fix is avaiable in wasdoc0\PQ56224Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ56224
IBM Group: Software Group
Modified date: Aug 16, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.