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
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
Author: markt
Date: Tue Jun 11 21:38:27 2013
New Revision: 1491976
URL: http://svn.apache.org/r1491976
Log:
Servlet 3.1 expands the list of reserved names.
Modified:
tomcat/trunk/java/javax/servlet/ServletRequest.java
Modified: tomcat/trunk/java/javax/servlet/ServletRequest.java
URL:
http:/