mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Code/doc cleanup.
This commit is contained in:
@@ -1050,8 +1050,7 @@ apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (rc == RULE_MATCH) {
|
||||
else if (rc == RULE_MATCH) {
|
||||
if (msr->rule_was_intercepted) {
|
||||
/* If the transaction was intercepted by this rule we will
|
||||
* go back. Do note that we are relying on the
|
||||
|
||||
@@ -308,12 +308,12 @@
|
||||
|
||||
<para><ulink type=""
|
||||
url="http://curl.haxx.se/libcurl/">http://curl.haxx.se/libcurl/</ulink></para>
|
||||
|
||||
<note>
|
||||
<para>Many have had issues with libcurl linked with the GnuTLS
|
||||
library for SSL/TLS support. It is recommended that the
|
||||
openssl library be used for SSL/TLS support in libcurl.</para>
|
||||
library for SSL/TLS support. It is recommended that the openssl
|
||||
library be used for SSL/TLS support in libcurl.</para>
|
||||
</note>
|
||||
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
@@ -4888,7 +4888,7 @@ setvar:session.suspicious=1,<emphasis>expirevar:session.suspicious=3600</emphasi
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>700,000-799,999; reserved for Ivan Ristic.</para>
|
||||
<para>700,000-799,999; reserved for Ivan Ristic.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user