Repository: ant
Updated Branches:
  refs/heads/master da5a1fc05 -> ab834233b


Manual <javadoc>:
- clarify what "availibility" means
- fix </td> on @postProcessGeneratedJavadocs


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8f2df5d3
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8f2df5d3
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8f2df5d3

Branch: refs/heads/master
Commit: 8f2df5d330be0cec74a92fdec463fdc4bfbd53fb
Parents: da5a1fc
Author: Jan Matèrne <[email protected]>
Authored: Thu May 28 08:10:21 2015 +0200
Committer: Jan Matèrne <[email protected]>
Committed: Thu May 28 08:10:21 2015 +0200

----------------------------------------------------------------------
 manual/Tasks/javadoc.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8f2df5d3/manual/Tasks/javadoc.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html
index 5ee8528..430435f 100644
--- a/manual/Tasks/javadoc.html
+++ b/manual/Tasks/javadoc.html
@@ -85,7 +85,7 @@ to &lt;javadoc&gt; using <tt>classpath</tt>, 
<tt>classpathref</tt> attributes or
   <tr>
     <td valign="top"><b>Attribute</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>
   </tr>
   <tr>
@@ -520,11 +520,12 @@ to &lt;javadoc&gt; using <tt>classpath</tt>, 
<tt>classpathref</tt> attributes or
   <tr>
     <td valign="top">postProcessGeneratedJavadocs</td>
     <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 align="center" valign="top">1.4</td>
     <td align="center" valign="top">No</td>

Reply via email to