diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html
index 8d93b7041..6b3eed374 100644
--- a/manual/Tasks/unzip.html
+++ b/manual/Tasks/unzip.html
@@ -138,6 +138,15 @@ archive.
zip task page
No, defaults to true |
+
+ allowFilesToEscapeDest |
+ Whether to allow the extracted file or directory
+ to be outside of the dest directory.
+ since Ant 1.9.12 |
+ No, defaults to false unless
+ stripAbsolutePathSpec and the entry's name starts with a leading
+ path spec. |
+
Examples