PQ65979: JSPS RECEIVE 404 ERROR WHEN DYNACACHE IS ENABLED | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description When dynacache is enabled, JSPs are receiving 404 errors. cacheproxyrequest was incorrectly checking for null valuesLocal fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server v4.0.4 Dynamic * * Caching Users * **************************************************************** * PROBLEM DESCRIPTION: JSPs receive 404 error when dynacache * * is enabled * **************************************************************** * RECOMMENDATION: * **************************************************************** With servletcaching enabled the request attributes are not set to null - they retain their values. Therefore, for example, javax.servlet.include.servlet_path continues to hold its old value. Then, when the JSP engine gets this attribute from the request in order to determine the uri of the current include, the engine is not seeing NULL as it should be, and is instead getting a string which causes the error to occur.Problem conclusion This fix properly nulls request attributes. Additional Comments: Do NOT apply PQ65979 for v4.0.4 . Apply PQ66355 for v4.0.4 instead. PQ66355 includes PQ65979.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
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 #: PQ65979
IBM Group: Software Group
Modified date: Dec 11, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.