diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index d62436610..ab10d2f9d 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -118,6 +118,15 @@ extract an Ant generated ZIP archive.

page No; defaults to true + + allowFilesToEscapeDest + Whether to allow the extracted file or directory + to be outside of the dest directory. + since Ant 1.10.4 + No, defaults to false unless + stripAbsolutePathSpec is true and the entry's name starts with a leading + path spec. +

Examples

<unzip src="${tomcat_src}/tools-src.zip" dest="${tools.home}"/>