Ignore:
Timestamp:
2015-04-20T20:02:03+12:00 (9 years ago)
Author:
ak19
Message:

Modification to previous commit: authenticated-ping should not trigger the code on clean-collection either

File:
1 edited

Legend:

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

    r29831 r29841  
    533533        boolean should_cache = true;
    534534        if (action != null && action.equals(GSParams.SYSTEM_ACTION)
    535             && !subaction.equals(GSXML.SYSTEM_TYPE_PING)) // don't 'clean' anything on a mere ping
     535            && !subaction.equals(GSXML.SYSTEM_TYPE_PING)
     536            && !subaction.equals(GSXML.SYSTEM_TYPE_AUTHENTICATED_PING)) // don't 'clean' anything on a mere ping
    536537        {
    537538            should_cache = false;
Note: See TracChangeset for help on using the changeset viewer.