Ignore:
Timestamp:
11/06/19 16:17:13 (5 years ago)
Author:
bnemhaus
Message:

Reordered the default FrameDirs, ImageDirs and AudioDirs to what I think is a logical order.
Also renamed the CURRENT.USER flag to CURRENT_USER to be inline with other flags like CURRENT_FRAMESET

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/AuthenticatorBrowser.java

    r1434 r1440  
    8181       
    8282        private KeyStore keyStore = KeyStore.getInstance(KeystoreType);
    83         public static String USER_NOBODY = "${USER.NAME}";
     83        public static String USER_NOBODY = "${USER_NAME}";
    8484               
    8585        private static final byte[] TRUE = "yes".getBytes();
Note: See TracChangeset for help on using the changeset viewer.