Repository: ant Updated Branches: refs/heads/master ae5a3e0ea -> 469fb6500
forgot to update the manual Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/1a2b1e37 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/1a2b1e37 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/1a2b1e37 Branch: refs/heads/master Commit: 1a2b1e37e3616991588f21efa89c474dd6ff83ff Parents: e56e545 Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Apr 21 20:01:02 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Apr 21 20:01:02 2018 +0200 ---------------------------------------------------------------------- manual/Tasks/unzip.html | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/1a2b1e37/manual/Tasks/unzip.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index 8d93b70..6b3eed3 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -138,6 +138,15 @@ archive.</p> zip task page</a></td> <td align="center" valign="top">No, defaults to true</td> </tr> + <tr> + <td valign="top">allowFilesToEscapeDest</td> + <td valign="top">Whether to allow the extracted file or directory + to be outside of the dest directory. + <em>since Ant 1.9.12</em></td> + <td valign="top" align="center">No, defaults to false unless + stripAbsolutePathSpec and the entry's name starts with a leading + path spec.</td> + </tr> </table> <h3>Examples</h3> <pre>