PQ62459: TRUST ASSOCIATION DOESN'T EXECUTE CLEANUP() WHEN IT IS UNLOADED

 A fix is available

4.0.5: WebSphere Application Server Version 4.0 Fix Pack 5 (Version 4.0.5)



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 information
APAR number PQ62459
Reported component name WEBSPHERE AE AI
Reported component ID 5630A2200
Reported release 400
Status CLOSED PER
PE NoPE
HIPER NoHIPER
Submitted date 2002-06-20
Closed date 2002-08-16
Last modified date 2002-08-16

APAR is sysrouted FROM one or more of the following:

APAR is sysrouted TO one or more of the following:

Modules/Macros
SECURITY          

SRLS

Fix information
Fixed component name WEBSPHERE AE AI
Fixed component ID 5630A2200

Applicable component levels
R400 PSY    UP


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