Skip to content

Commit

Permalink
Merge pull request #24697 from arjantijms/fix_autologin_adminui
Browse files Browse the repository at this point in the history
Fix auto login admin ui by accidentally changed constant
  • Loading branch information
arjantijms authored Dec 1, 2023
2 parents ebb8e5b + 3fbf8ec commit 2ad0626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class SecurityUtil {
private static final String DAS_CONFIG = "server-config";
private static String ADMIN_REALM = "admin-realm";
private static String FILE_REALM_CLASSNAME = "com.sun.enterprise.security.ee.auth.realm.file.FileRealm";
private static String FILE_REALM_CLASSNAME = "com.sun.enterprise.security.auth.realm.file.FileRealm";

private Domain domain;

Expand Down

0 comments on commit 2ad0626

Please sign in to comment.