diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 16d910ba..20ab481c 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -3,7 +3,7 @@
ModSecurity Reference Manual
- Version 2.2.0-trunk / (May 3, 2007)
+ Version 2.2.0-trunk / (June 14, 2007)
2004-2007
@@ -1087,7 +1087,7 @@ SecAuditLogStorageDir logs/audit
- SecPdfProtect (Experimental)
+ SecPdfProtect (Experimental)
Description: Enables the PDF XSS
protection functionality. Once enabled access to PDF files is tracked.
@@ -1101,7 +1101,25 @@ SecAuditLogStorageDir logs/audit
- SecPdfProtectSecret (Experimental)
+ SecPdfProtectMethod (Experimental)
+
+ Description: Configure desired
+ protection method to be used when requests for PDF files are detected.
+ Possible values are TokenRedirection and
+ ForcedDownload. The token redirection approach will
+ attempt to redirect with tokens where possible. This allows PDF files to
+ continue to be opened inline but only works for GET requests. Forced
+ download always causes PDF files to be delivered as opaque binaries and
+ attachments. The latter will always be used for non-GET requests. Forced
+ download is considered to be more secure but may cause usability
+ problems for users ("This PDF won't open anymore!").
+
+ Default:
+ TokenRedirection
+
+
+
+ SecPdfProtectSecret (Experimental)
Description: Defines the secret
that will be used to construct one-time tokens. You should use a
@@ -1113,7 +1131,7 @@ SecAuditLogStorageDir logs/audit
- SecPdfProtectTimeout (Experimental)
+ SecPdfProtectTimeout (Experimental)
Description: Defines the token
timeout. After token expires it can no longer be used to allow access to
@@ -1125,7 +1143,7 @@ SecAuditLogStorageDir logs/audit
- SecPdfProtectTokenName (Experimental)
+ SecPdfProtectTokenName (Experimental)
Description: Defines the name of
the token. The only reason you would want to change the name of the