diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html index 5ee8528d1..430435ff8 100644 --- a/manual/Tasks/javadoc.html +++ b/manual/Tasks/javadoc.html @@ -85,7 +85,7 @@ to <javadoc> using classpath, classpathref attributes or Attribute Description - Availability + Availability on Java Required @@ -520,11 +520,12 @@ to <javadoc> using classpath, classpathref attributes or postProcessGeneratedJavadocs Whether to post-process the generated javadocs in - order to mitigate CVE-2013-1571. Defaults to true. Since Ant - 1.9.2
- There is a frame injection attack possible in javadocs generated by Oracle - JDKs prior to Java7 Update 25 (details). 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. Since Ant + 1.9.2
+ There is a frame injection attack possible in javadocs generated by Oracle + JDKs prior to Java7 Update 25 (details). + When this flag is set to true, Ant will check whether the docs are vulnerable + and will try to fix them. 1.4 No