You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/08/11 21:26:30 UTC

svn commit: r1372002 - /tomcat/tc5.5.x/trunk/STATUS.txt

Author: kkolinko
Date: Sat Aug 11 19:26:30 2012
New Revision: 1372002

URL: http://svn.apache.org/viewvc?rev=1372002&view=rev
Log:
Update Christopher Schultz' proposal with an actual patch.
I am keeping Christopher's vote. The difference between this patch and his fix in TC6 is trivial.

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1372002&r1=1372001&r2=1372002&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Aug 11 19:26:30 2012
@@ -60,7 +60,7 @@ PATCHES PROPOSED TO BACKPORT:
     http://localhost:8080/servlets-examples/servlet/RequestHeaderExample
 
   Refreshing the page in Firefox changes the number of headers in incoming request
-  (+= 'cache-control' for F5, += 'pragma=no-cache' for Ctrl+F5 refresh).
+  (adds 'cache-control' for "F5" refresh, adds 'pragma=no-cache' for "Ctrl+F5" refresh).
 
   Patch:
   http://people.apache.org/~kkolinko/patches/2012-07-03_tc55_maxHeaderCount_v1.patch
@@ -69,8 +69,10 @@ PATCHES PROPOSED TO BACKPORT:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
   ExpandWar.expand does not check the return value of File.mkdirs.
-  Note that this is not a backport -- it's just a fix for 5.5.x.
-  Patch is attached to BZ ticket.
-  +1: schultz
+  Provide better message when a war file cannot be unpacked due to failure
+  to create a directory. Fix missing message argument in ContextConfig.init().
+  kkolinko: Updated patch:
+  https://issues.apache.org/bugzilla/attachment.cgi?id=29212
+  +1: schultz, kkolinko
   -1:
 



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


Re: svn commit: r1372002 - /tomcat/tc5.5.x/trunk/STATUS.txt

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Konstantin,

On 8/11/12 3:26 PM, kkolinko@apache.org wrote:
> Author: kkolinko
> Date: Sat Aug 11 19:26:30 2012
> New Revision: 1372002
> 
> URL: http://svn.apache.org/viewvc?rev=1372002&view=rev
> Log:
> Update Christopher Schultz' proposal with an actual patch.
> I am keeping Christopher's vote. The difference between this patch and his fix in TC6 is trivial.

Thanks for preparing a patch. That was going to be my next move this week.

-chris