classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Fix to javax/security/auth/login/Configuration.java


From: Jeroen Frijters
Subject: [cp-patches] FYI: Fix to javax/security/auth/login/Configuration.java
Date: Fri, 9 Sep 2005 14:18:45 +0200

Hi,

I committed the attached patch to fix a NPE in LoginContext (it calls
the package private getConfig() method, but if the config field hadn't
previously been initialized that would return null).

Regards,
Jeroen

2005-09-09  Jeroen Frijters  <address@hidden>

        * javax/security/auth/login/Configuration.java
        (getConfiguration): Call getConfig() instead of doing the work.
        (getConfig): Instantiate the configuration provider.

Attachment: config.patch.txt
Description: config.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]