Ignore:
Timestamp:
04/26/19 13:13:30 (5 years ago)
Author:
bln4
Message:

Updated all calls to Boolean.get("expeditee.authentication") to point to AuthenticatorBrowser.isAuthenticationRequired so that they all pipe through exact same check. Also fixed up some old references to Boolean.get("auth") in the apollo sections that I missed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/ApolloSystem.java

    r1270 r1327  
    2424import org.apollo.widgets.FramePlayer;
    2525import org.expeditee.actions.Actions;
     26import org.expeditee.auth.AuthenticatorBrowser;
    2627import org.expeditee.core.BlockingRunnable;
    2728import org.expeditee.gio.EcosystemManager;
     
    261262                Browser.main(args);
    262263               
    263                 if (!Boolean.getBoolean("auth")) {
     264                if (!AuthenticatorBrowser.isAuthenticationRequired()) {
    264265                        // If not running with authentication/login, then proceed with initializing Apollo
    265266                        EcosystemManager.getMiscManager().runOnGIOThread(new BlockingRunnable() {
Note: See TracChangeset for help on using the changeset viewer.