|
|
@@ -120,12 +120,10 @@ extract an Ant generated ZIP archive.</p> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>allowFilesToEscapeDest</td> |
|
|
|
<td>Whether to allow the extracted file or directory |
|
|
|
to be outside of the dest directory. |
|
|
|
<em>since Ant 1.10.4</em></td> |
|
|
|
<td>No, defaults to false unless |
|
|
|
stripAbsolutePathSpec is true and the entry's name starts with a leading |
|
|
|
path spec.</td> |
|
|
|
<td>Whether to allow the extracted file or directory to be outside of the dest |
|
|
|
directory. <em>since Ant 1.10.4</em></td> |
|
|
|
<td>No, defaults to <q>false</q> unless <var>stripAbsolutePathSpec</var> is <q>true</q> and the |
|
|
|
entry's name starts with a leading path spec.</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|