mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Backport trunk changes for changeset:1072 and changeset:1073 to 2.5, but leave out the error filter code until more testing is completed. See #498.
This commit is contained in:
@@ -539,7 +539,7 @@ void DSOLOCAL modsecurity_shutdown(msc_engine *msce);
|
||||
|
||||
apr_status_t DSOLOCAL modsecurity_tx_init(modsec_rec *msr);
|
||||
|
||||
apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, int phase);
|
||||
apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, unsigned int phase);
|
||||
|
||||
|
||||
/* Request body functions */
|
||||
|
||||
Reference in New Issue
Block a user