Ignore:
Timestamp:
04/11/19 15:42:27 (5 years ago)
Author:
bln4
Message:

Moved the static field USER_NOBODY to AuthenticatorBrowser from Browser as it makes more sense there.
Added functionality to log out, equiv to closing Expeditee and starting it again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r1293 r1303  
    149149        public static boolean _hasExited = false;
    150150
    151         public static String USER_NOBODY = "nobody";
    152        
    153151        /** A flag which is set once the application is exiting. */
    154152        protected boolean _isExiting = false;
     
    168166                        String starting_user_name = System.getProperty("user.name");
    169167                        System.setProperty("startinguser.name", starting_user_name);
    170                         System.setProperty("user.name", USER_NOBODY);
     168                        System.setProperty("user.name", AuthenticatorBrowser.USER_NOBODY);
    171169                }
    172170               
Note: See TracChangeset for help on using the changeset viewer.