Ignore:
Timestamp:
2014-02-21T18:46:01+13:00 (10 years ago)
Author:
ak19
Message:

Fixing up URL encoding of cgi args so that phrase searching works again. Tested MGPP, Lucene and SQLite searching. Tested simple search, fielded search, advanced single field and multi-field as well as running a query.

File:
1 edited

Legend:

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

    r13456 r28841  
    4242void split_cgi_args (const cgiargsinfoclass &argsinfo, text_t argstr,
    4343             cgiargsclass &args);
     44
     45// url-decode selected chars of a given string
     46void unsafe_cgi_arg(const text_t &chars_to_decode, text_t &str);
    4447
    4548text_t encode_commas (const text_t &intext);
Note: See TracChangeset for help on using the changeset viewer.