-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b119
It is expected to run the block except SunPKCS11 on Solaris, but the following code will never get called because SunPKCS11-Solaris is only on SunOS.
if (provider.getName().equals("SunPKCS11-Solaris") &&
!System.getProperty("os.name").equals("SunOS")) {
....
}
if (provider.getName().equals("SunPKCS11-Solaris") &&
!System.getProperty("os.name").equals("SunOS")) {
....
}