Ignore:
Timestamp:
2012-05-09T20:08:01+12:00 (12 years ago)
Author:
ak19
Message:

Dr Bainbridge has introduced the isPersistentAction (add the a=is-persistent to the library url). It is true for server.exe and when using mod_gsdl, but false for library.cgi which uses the apache web server (when not using mod_gsdl).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/mod_gsdl.cpp

    r22925 r25560  
    8484
    8585#include "action.h"
     86#include "ispersistentaction.h"
    8687#include "browserclass.h"
    8788
     
    267268  // whatever that might be called in reality?
    268269
    269   add_all_actions(recpt,udb,kdb);
     270  add_all_actions(recpt,udb,kdb,isPersistent); // apache is a persistent server with mod_gsdl
    270271  add_all_browsers(recpt);
    271272 
Note: See TracChangeset for help on using the changeset viewer.