Browse Source

Manual <javadoc>:

- clarify what "availibility" means
- fix </td> on @postProcessGeneratedJavadocs
master
Jan Matrne 10 years ago
parent
commit
8f2df5d330
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      manual/Tasks/javadoc.html

+ 7
- 6
manual/Tasks/javadoc.html View File

@@ -85,7 +85,7 @@ to &lt;javadoc&gt; using <tt>classpath</tt>, <tt>classpathref</tt> attributes or
<tr> <tr>
<td valign="top"><b>Attribute</b></td> <td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td> <td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Availability</b></td>
<td align="center" valign="top"><b>Availability on Java</b></td>
<td align="center" valign="top"><b>Required</b></td> <td align="center" valign="top"><b>Required</b></td>
</tr> </tr>
<tr> <tr>
@@ -520,11 +520,12 @@ to &lt;javadoc&gt; using <tt>classpath</tt>, <tt>classpathref</tt> attributes or
<tr> <tr>
<td valign="top">postProcessGeneratedJavadocs</td> <td valign="top">postProcessGeneratedJavadocs</td>
<td valign="top">Whether to post-process the generated javadocs in <td valign="top">Whether to post-process the generated javadocs in
order to mitigate CVE-2013-1571. Defaults to true. <em>Since Ant
1.9.2</em><br></td>
There is a frame injection attack possible in javadocs generated by Oracle
JDKs prior to Java7 Update 25 (<a href="http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jpi-upt" target="_blank">details</a>). When this flag is set to true, Ant
will check whether the docs are vulnerable and will try to fix them.
order to mitigate CVE-2013-1571. Defaults to true. <em>Since Ant
1.9.2</em><br>
There is a frame injection attack possible in javadocs generated by Oracle
JDKs prior to Java7 Update 25 (<a href="http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jpi-upt" target="_blank">details</a>).
When this flag is set to true, Ant will check whether the docs are vulnerable
and will try to fix them.
</td> </td>
<td align="center" valign="top">1.4</td> <td align="center" valign="top">1.4</td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>


Loading…
Cancel
Save