esapi-java-legacy
esapi-java-legacy copied to clipboard
Our Javadoc should be linked to standard JDK / J2EE javadoc
From [email protected] on July 04, 2011 10:34:23
Our latest current production javadoc for ESAPI 2.0GA is at: http://owasp-esapi-java.googlecode.com/svn/trunk_doc/latest/index.html The javadoc there is not linked to the standard Sun (now Oracle) javadoc. (Or maybe it is and Oracle changed the links.)
Anyhow, our javadoc would be a lot more developer friendly if we linked it against the javadoc of the other dependencies that show up in the interfaces, which minimally would be the standard JDK and J2EE javadoc.
Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=230
From [email protected] on June 23, 2012 19:48:30
Since we require only JDK 5 as the minimal JDK, we should link to the JDK 5 javadoc at: http://docs.oracle.com/javaee/5/api/
Just confirmed after 'mvn site' to build the Javadoc and Test Javadoc, that this is for both. (In fact, it probably was fixed previous release.)
Okay, not so fast there Skippy. It's linked to the JDK javadoc, but not to the J2EE javadoc. Reopening.