View | Details | Raw Unified | Return to bug 60379
Collapse All | Expand All

(-)java/org/apache/catalina/realm/GenericPrincipal.java (+3 lines)
Lines 242-247 Link Here
242
        if (loginContext != null) {
242
        if (loginContext != null) {
243
            loginContext.logout();
243
            loginContext.logout();
244
        }
244
        }
245
        if (gssCredential != null) {
246
            gssCredential.dispose();
247
        }
245
    }
248
    }
246
249
247
250

Return to bug 60379