Changeset 1505 for trunk


Ignore:
Timestamp:
2000-09-06T14:08:52+12:00 (24 years ago)
Author:
sjboddie
Message:

prevented authenaction from doing lots of work for pages that don't
want authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/authenaction.cpp

    r1432 r1505  
    158158                       const text_t &saveconf,
    159159                       ostream &logout) {
     160
     161  // no need to go further unless authentication is
     162  // required by this page
     163  if (args["uan"].empty()) return true;
     164
     165
    160166  // failure means we have to redirect to this action to get authentication
    161167  // (if we are not already doing this)
Note: See TracChangeset for help on using the changeset viewer.