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
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.
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
Source: javaee/metro-wsit#1655
Author: glassfishrobot
The text was updated successfully, but these errors were encountered: