Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
IBM JDK 1.4.1, compiling under Eclipse
Description
In modules/security/src/test, org.apache.geronimo.security.jaas, ConfigurationEntryTest, LoginKerberosNonGeronimoTest, and LoginPropertiesFileTest, there are references to this class:
com.sun.security.auth.login.ConfigFile
References to sun code are generally not good (sometimes ok), and in this case, compiling against an IBM JRE at the 1.4.1 level results in compile errors (the class not available).