You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/04/27 20:14:32 UTC

svn commit: r769081 - /tomcat/current/tc5.5.x/STATUS.txt

Author: rjung
Date: Mon Apr 27 18:14:31 2009
New Revision: 769081

URL: http://svn.apache.org/viewvc?rev=769081&view=rev
Log:
Vote.

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=769081&r1=769080&r2=769081&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Mon Apr 27 18:14:31 2009
@@ -70,7 +70,7 @@
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=36923
   If EL is disabled, treat ${ as template text
-  This patch includes a port of the work from TC6 that rmeoved the need for the
+  This patch includes a port of the work from TC6 that removed the need for the
   text replacement hack as part of the EL processing.
   http://people.apache.org/~markt/patches/2009-01-01-bug36923.patch
   +1: markt
@@ -136,7 +136,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46717
   Hard to reproduce thread safety issue with session expiration
   http://svn.apache.org/viewvc?rev=708273&view=rev
-  +1: markt, rung
+  +1: markt, rjung
   -1: 
   rjung: I suggest doing the same changes for
   container/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java
@@ -160,19 +160,21 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41606
   Prevent double init() of JSP
   Patch provided by Chris Halstead
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46597
   Port all cookie changes (less httpOnly) from 6.0.x
   https://issues.apache.org/bugzilla/attachment.cgi?id=23498
-  +1: markt, jfclere
+  +1: markt, jfclere, rjung
   -1: 
+  rjung: There's a missing space at the beginning of the last
+  documentation sentence added.
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44382
   Port httpOnly support from 6.0.x
   https://issues.apache.org/bugzilla/attachment.cgi?id=23497
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix locking in cluster/tcp/FastAsyncSocketSender:
@@ -188,20 +190,20 @@
 
 * Fix some litmus test suite failures with WebDAV
   http://people.apache.org/~markt/patches/2009-04-03-webdav.patch
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46982
   Correct report DST offset in access logs
   http://svn.apache.org/viewvc?rev=763166&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46509
   Use correct link on error page in JSP security example
   Patch provided by Michael Moody
   http://svn.apache.org/viewvc?rev=763325&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46552
@@ -213,39 +215,39 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46562
   Close the reader in the SSI servlet when we are done
   http://svn.apache.org/viewvc?rev=763599&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46909
   Only include ';' in type attribute if there is a parameter
   http://svn.apache.org/viewvc?rev=763611&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * https://issues.apache.org/bugzilla/show_bug.cgi?id=46984
   Invalid characters in HTTP request method should result in a 400
   http://svn.apache.org/viewvc?rev=763654&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix http://svn.apache.org/viewvc?rev=763681&view=rev
   ArrayIndexOutOfBoundsException when using
   org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
   Patch provided by Konstantin Kolinko
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42707
   Make adding a host alias via jmx take effect immediately
   http://svn.apache.org/viewvc?view=rev&revision=734570
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42579
   Handle both relative and absolute search results
   Patch provided by Brandon DuRette
   http://svn.apache.org/viewvc?rev=763706&view=rev
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42390
@@ -258,13 +260,13 @@
 
 * Update native to 1.1.16
   http://svn.apache.org/viewvc?view=rev&revision=762868
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47032
   http://svn.apache.org/viewvc?rev=751295&view=rev
   Align mbean with implementation
-  +1: markt
+  +1: markt, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46384
@@ -273,3 +275,5 @@
   https://issues.apache.org/bugzilla/attachment.cgi?id=23501
   +1: markt
   -1: 
+  +0: rjung
+  rjung: memebrshipMutex -> membershipMutex



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org