You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
The WSITServerAuthConfigProvider keeps instances of WSITServerAuthConfig in the WeakHashMap serverConfigMap.
The key (referent) to preserve the instances of WSITServerAuthConfig is a String instance which is also used as member appContext in instances of WSITServerAuthConfig.
This creates a reference loop, thus creates memory leaks: Undeployed applications aren't freed.
Environment
glassfish 3.1.2
any jdk
any os
The text was updated successfully, but these errors were encountered:
The WSITServerAuthConfigProvider keeps instances of WSITServerAuthConfig in the WeakHashMap serverConfigMap.
The key (referent) to preserve the instances of WSITServerAuthConfig is a String instance which is also used as member appContext in instances of WSITServerAuthConfig.
This creates a reference loop, thus creates memory leaks: Undeployed applications aren't freed.
Environment
glassfish 3.1.2
any jdk
any os
The text was updated successfully, but these errors were encountered: