svn commit: r886774 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2009-12-03 Thread markt
Author: markt Date: Thu Dec 3 13:24:15 2009 New Revision: 886774 URL: http://svn.apache.org/viewvc?rev=886774&view=rev Log: Only log missing class as an error on Sun JVMs. Likely to be an non-issue for other vendors. Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPrevent

svn commit: r886814 - in /tomcat/trunk/java/org/apache/catalina: Wrapper.java connector/Request.java core/StandardWrapper.java startup/WebXml.java

2009-12-03 Thread markt
Author: markt Date: Thu Dec 3 15:25:54 2009 New Revision: 886814 URL: http://svn.apache.org/viewvc?rev=886814&view=rev Log: Add support for the MultipartConfig annotation Modified: tomcat/trunk/java/org/apache/catalina/Wrapper.java tomcat/trunk/java/org/apache/catalina/connector/Request.

[Tomcat Wiki] Update of "FAQ/Class_Not_Found" by Ma rkPiper

2009-12-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Class_Not_Found" page has been changed by MarkPiper. The comment on this change is: missing space in example import declaration. http://wiki.apache.org/tomcat/FAQ/Class_Not_Foun

svn commit: r886979 - in /tomcat/trunk/webapps: ROOT/WEB-INF/web.xml docs/WEB-INF/web.xml examples/WEB-INF/web.xml host-manager/WEB-INF/web.xml manager/WEB-INF/web.xml

2009-12-03 Thread markt
Author: markt Date: Thu Dec 3 23:12:24 2009 New Revision: 886979 URL: http://svn.apache.org/viewvc?rev=886979&view=rev Log: Update web.xml to servlet 3.0 Mark as metadata-complete Modified: tomcat/trunk/webapps/ROOT/WEB-INF/web.xml tomcat/trunk/webapps/docs/WEB-INF/web.xml tomcat/tru

svn commit: r887087 [1/3] - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/lite/io/ java/org/apache/tomcat/lite/proxy/ java/org/apache/tomcat/lite/servl

2009-12-03 Thread costin
Author: costin Date: Fri Dec 4 07:16:59 2009 New Revision: 887087 URL: http://svn.apache.org/viewvc?rev=887087&view=rev Log: One more iteration: - added few more tests - moved the http/1.x code to HttpConnection - easier to test, allows protocol upgrade - added an (experimental, hello-world-styl