From 8f2df5d330be0cec74a92fdec463fdc4bfbd53fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=A8rne?= Date: Thu, 28 May 2015 08:10:21 +0200 Subject: [PATCH] Manual : - clarify what "availibility" means - fix on @postProcessGeneratedJavadocs --- manual/Tasks/javadoc.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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