Ignore:
Timestamp:
2014-03-14T22:46:25+13:00 (10 years ago)
Author:
ak19
Message:

Third commit for security, for ensuring cgiargs macros are websafe. This time all the changes to the runtime action classes.

File:
1 edited

Legend:

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

    r28888 r28899  
    796796    textout << outconvert << disp
    797797        << "Location: _gwcgi_?e=_compressedoptions_&a=d&c="
    798         << collection << "&cl=search&d=" << (*section).OID
     798        << encodeForURL(collection) << "&cl=search&d=" << (*section).OID
    799799        << "&srn=" << srn << "&srp=" << srp << "\n\n";
    800800    textout << flush;
Note: See TracChangeset for help on using the changeset viewer.