PQ62459: TRUST ASSOCIATION DOESN'T EXECUTE CLEANUP() WHEN IT IS UNLOADED | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Environment: WebSphere Application Server 4.0.2 AE . Description: Customer discovered that when using Trust Association, the cleanup() method call is never called. It is expected to be called when the Trust Association Interceptor is unloaded.Local fix A workaround is to implement a finalize() class in the Trust Association Interceptor class. For example: . protected void finalize() { cleanup() }Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server security * * users using Trust Association as an * * authentication mechanism. * **************************************************************** * PROBLEM DESCRIPTION: The cleanup() method in the trust * * association interceptor is not * * invoked. * **************************************************************** * RECOMMENDATION: * **************************************************************** The cleanup() method in trust association interceptor is not invoked when application server is stopped.Problem conclusion Placed cleanup() call for trust association interceptors in in code executed during application server shutdown.Temporary fix provided test eFix.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 #: PQ62459
IBM Group: Software Group
Modified date: Aug 16, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.