Ignore:
Timestamp:
2016-04-07T13:55:26+12:00 (8 years ago)
Author:
kjdon
Message:

fixes for depositor. when getting the post ata and putting it together into form data, need to escape cgi args special characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/cgiutils.h

    r28841 r30465  
    3838// convert %xx and + to their appropriate equivalents
    3939void decode_cgi_arg (text_t &argstr);
     40// convert &,%,+,=,space to encoded versions so that post args can be put together into a get style string
     41void cgi_safe_post_arg(text_t &argstr);
    4042
    4143// split up the cgi arguments
Note: See TracChangeset for help on using the changeset viewer.