Re: svn commit: r1491976 - /tomcat/trunk/java/javax/servlet/ServletRequest.java

2013-06-12 Thread Mark Thomas
On 11/06/2013 23:49, Konstantin Kolinko wrote: > This was for setAttribute(), removeAttribute(). > > 1. There is also documentation for getAttribute(). I'll fix that shortly. > 2. There is also documentation for similar methods in ServletContext. I'm working my way through the Servlet 3.1 spec

Re: svn commit: r1491976 - /tomcat/trunk/java/javax/servlet/ServletRequest.java

2013-06-11 Thread Konstantin Kolinko
This was for setAttribute(), removeAttribute(). 1. There is also documentation for getAttribute(). 2. There is also documentation for similar methods in ServletContext. 3. I suspect that only sun/oracle prefixes are reserved "for use by oracle" (Reading Servlet 3.0, java.*, javax.* are reserved in