Initial experimental implementation of SecRequestEncoding. See #390 for more details.

This commit is contained in:
ivanr
2007-12-03 14:04:53 +00:00
parent 22873995f7
commit c25071b832
5 changed files with 100 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
#include "msc_multipart.h"
#include "msc_util.h"
#include "msc_parsers.h"
#if 0
@@ -1169,7 +1170,8 @@ int multipart_get_arguments(modsec_rec *msr, char *origin, apr_table_t *argument
arg->value_origin_len = parts[i]->length;
arg->origin = origin;
apr_table_addn(arguments, arg->name, (void *)arg);
// apr_table_addn(arguments, arg->name, (void *)arg);
add_argument(msr, arguments, arg);
}
}