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 2013/02/04 21:55:27 UTC

svn commit: r1442350 - in /tomcat/tc6.0.x/branches/tomcat6-testing: ./ STATUS.txt

Author: kkolinko
Date: Mon Feb  4 20:55:27 2013
New Revision: 1442350

URL: http://svn.apache.org/viewvc?rev=1442350&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1408231-1410000 from tc6.0.x/trunk.

Modified:
    tomcat/tc6.0.x/branches/tomcat6-testing/   (props changed)
    tomcat/tc6.0.x/branches/tomcat6-testing/STATUS.txt

Propchange: tomcat/tc6.0.x/branches/tomcat6-testing/
------------------------------------------------------------------------------
  Merged /tomcat/tc6.0.x/trunk:r1408231-1410000

Modified: tomcat/tc6.0.x/branches/tomcat6-testing/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/branches/tomcat6-testing/STATUS.txt?rev=1442350&r1=1442349&r2=1442350&view=diff
==============================================================================
--- tomcat/tc6.0.x/branches/tomcat6-testing/STATUS.txt (original)
+++ tomcat/tc6.0.x/branches/tomcat6-testing/STATUS.txt Mon Feb  4 20:55:27 2013
@@ -93,6 +93,36 @@ PATCHES PROPOSED TO BACKPORT:
   +1: schultz
   -1:
 
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54044
+  Correct bug in timestamp cache used by org.apache.juli.OneLineFormatter
+  that meant entries could be made with an earlier timestamp than the true timestamp.
+  (The test was added to tomcat6-testing branch in r1408453)
+  http://svn.apache.org/viewvc?view=revision&revision=1408459
+  +1: kkolinko
+  -1:
+
+* In FormAuthenticator: If it is configured to change Session IDs,
+  do the change before displaying the login form.
+  http://svn.apache.org/viewvc?view=revision&revision=1408044
+  (r1408043 in trunk)
+  +1: kkolinko
+  -1:
+
+* Introduce property "tomcat.output" that is used to specify location of
+  the build output directory. This simplifies build configuration when the
+  output directory is located outside of the source tree.
+  http://svn.apache.org/viewvc?view=revision&revision=1408376
+  +1: kkolinko
+  -1:
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54087
+  Correctly handle (ignore) invalid If-Modified-Since
+  header rather than throwing an exception.
+  http://svn.apache.org/viewvc?view=revision&revision=1408254
+  (r1408248 in trunk, by markt)
+  +1: kkolinko
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED
 



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