Author: markt Date: Wed Jun 3 21:02:56 2009 New Revision: 781547 URL: http://svn.apache.org/viewvc?rev=781547&view=rev Log: Remove some applied patches
Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=781547&r1=781546&r2=781547&view=diff ============================================================================== --- tomcat/current/tc5.5.x/STATUS.txt (original) +++ tomcat/current/tc5.5.x/STATUS.txt Wed Jun 3 21:02:56 2009 @@ -25,39 +25,6 @@ PATCHES PROPOSED TO BACKPORT: [ New proposals should be added at the end of the list ] -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45880 - More careful use of File /r and and NOTICE file - http://people.apache.org/~markt/patches/2008-09-24-bug45880.patch - +1: markt, rjung, kkolinko - -1: - rjung: Please add NOTICE to the uninstall section of the nsi file as well. - -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45933 - Don't use xml parser from web-app to process tld files - http://svn.apache.org/viewvc?rev=701355&view=rev - +1: markt, rjung - +1: kkolinko: (good, but the following: - TldConfig.init(): - setTldValidation(context.getTldValidation()); - setTldNamespaceAware(context.getTldNamespaceAware()); - etc. - - - a static tldDigester is initialized using values provided - by some Context and its parent Host. Results will vary depending - on the startup order of web apps, unless it is the only Context - and the only Host, or all have the same configuration. - - This issue also affects tc6.0.x. - - +1, as this issue is also present before this patch. - ) - -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45996 - Add Accept-Range header to DefaultServlet response - http://svn.apache.org/viewvc?rev=696408&view=rev - +1: mark, rjung, kkolinko - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46105 Correctly set URI encoding when replaying a request after FORM auth http://svn.apache.org/viewvc?rev=709294&view=rev --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org