Changeset 14561


Ignore:
Timestamp:
2007-09-24T11:11:15+12:00 (17 years ago)
Author:
shaoqun
Message:

added a cache hack for Authentication by faking a collection name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/LibraryServlet.java

    r14551 r14561  
    378378        }
    379379    }
    380    
     380
     381    // create a dumy collection name for Authentication
     382    if (subaction != null && subaction.equals("authen")){
     383    collection = "0000000000";
     384    }
     385   
    381386    UserSessionCache session_cache = null;
    382387    Hashtable param_table = null;   
Note: See TracChangeset for help on using the changeset viewer.