htp_php.c File Reference

#include "htp_config_auto.h"
#include "htp_private.h"

Functions

htp_status_t htp_php_parameter_processor (htp_param_t *p)

Detailed Description

Author:
Ivan Ristic <ivanr@webkreator.com>

Function Documentation

htp_status_t htp_php_parameter_processor ( htp_param_t p  ) 

This is a proof-of-concept processor that processes parameter names in a way _similar_ to PHP. Whitespace at the beginning is removed, and the remaining whitespace characters are converted to underscores. Proper research of PHP's behavior is needed before we can claim to be emulating it.

Parameters:
[in,out] p 
Returns:
HTP_OK on success, HTP_ERROR on failure.

Generated on 1 Jan 2017 for HTP by  doxygen 1.6.1