All,
I just went to check something in the 3.0 Servlet API and the most
convenient place I've found is on the Tomcat site. Unfortunately, it
looks like it's out of date:
http://tomcat.apache.org/tomcat-7.0-doc/servletapi/index.html
Many of the 3.0 classes and methods are left undocumented (for example
ServletContext.addFilter).
http://tomcat.apache.org/tomcat-7.0-doc/servletapi/javax/servlet/ServletContext.html#addFilter%28java.lang.String,%20java.lang.Class%29
It just looks like the API docs up there are from an old publication of
the spec. The currently-available javadocs from the spec page are
complete with comments, etc.
What's the best way to update those javadocs? I'd be happy to do it.
Thanks,
-chris
|