First attempt at updating the javax.servlet package for the 3.0 spec
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 6 Jan 2009 15:15:32 +0000 (15:15 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 6 Jan 2009 15:15:32 +0000 (15:15 +0000)
commit4289c3ef172fd5774fc9244b3f0fe27bc0060c4d
tree16bf08d8103fd5a12876d358736306576b4e1271
parent7b02b7217a9309c5714be08b55ab1e2d353ecf27
First attempt at updating the javax.servlet package for the 3.0 spec
It compiles and runs but 99.9% of the implementation is stubbed out and marked with TODO SERVLET3

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@731967 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
TOMCAT-7-RELEASE-PLAN.txt
build.properties.default
java/javax/servlet/AsyncContext.java [new file with mode: 0644]
java/javax/servlet/AsyncEvent.java [new file with mode: 0644]
java/javax/servlet/AsyncListener.java [new file with mode: 0644]
java/javax/servlet/DispatcherType.java [new file with mode: 0644]
java/javax/servlet/ServletContext.java
java/javax/servlet/ServletRequest.java
java/javax/servlet/ServletRequestWrapper.java
java/javax/servlet/SessionCookieConfig.java [new file with mode: 0644]
java/javax/servlet/SessionTrackingMode.java [new file with mode: 0644]
java/javax/servlet/annotation/InitParam.java [new file with mode: 0644]
java/javax/servlet/annotation/ServletFilter.java [new file with mode: 0644]
java/javax/servlet/annotation/WebServlet.java [new file with mode: 0644]
java/javax/servlet/annotation/WebServletContextListener.java [new file with mode: 0644]
java/javax/servlet/http/Cookie.java
java/org/apache/catalina/connector/Request.java
java/org/apache/catalina/connector/RequestFacade.java
java/org/apache/catalina/core/ApplicationContext.java
java/org/apache/catalina/core/ApplicationContextFacade.java
java/org/apache/catalina/core/Constants.java
java/org/apache/catalina/core/DummyRequest.java
java/org/apache/jasper/servlet/JspCServletContext.java