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
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.
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
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
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