Changeset 19771


Ignore:
Timestamp:
2009-06-09T14:15:35+12:00 (15 years ago)
Author:
xiao
Message:

Deleted the dummy cache_key hard-codedly created for Authentication service, use its service name as the cache_key instead

File:
1 edited

Legend:

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

    r18234 r19771  
    411411      }
    412412    }
    413    
    414     // create a dumy collection name for Authentication
    415     if (subaction != null && subaction.equals("authen")){
    416       cache_key = "0000000000";
    417     }
    418    
     413       
    419414    UserSessionCache session_cache = null;
    420415    Hashtable param_table = null;   
Note: See TracChangeset for help on using the changeset viewer.