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 2008/09/03 18:52:31 UTC

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

Author: rjung
Date: Wed Sep  3 09:52:30 2008
New Revision: 691682

URL: http://svn.apache.org/viewvc?rev=691682&view=rev
Log:
Add backport proposal.

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=691682&r1=691681&r2=691682&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed Sep  3 09:52:30 2008
@@ -27,17 +27,13 @@
 
 * Better handling of lack of permission for context specific logging
   http://svn.apache.org/viewvc?rev=646543&view=rev
-  +1: markt
+  +1: markt, rjung (when enhanced by the below added backport proposal)
    0: fhanik - silently swallow an error, and default to the default config file, yoavs: don't like silent swallowing
   -1:
       markt - You can't log it, the logging system isn't initalised at this
               point. You could use System.out but that is far worse than the
               current proposal given that this will occur once per context with
               a default configuration and this is not an error condition.
-      rjung - Is this happening when trying to read a per context logging.properties?
-              If so: then why don't we already have the global logging setup and can use it?
-              I can see, that the code in question is above the general logging setup code,
-              but I would expect readConfiguration() being called for the system class loader first?
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45576
   Add support for DIGEST to the JAASRealm
@@ -69,3 +65,13 @@
   JARs without deps should always be fulfilled
   +1: markt
   -1: 
+
+* Backport Logging of access control problems when setting up
+  per context logging under the security manager.
+  http://svn.apache.org/viewvc?rev=691675&view=rev
+  http://svn.apache.org/viewvc?rev=691677&view=rev
+  The backport needs a couple of casts, because we don't
+  have generics.
+  +1: rjung
+  -1:ยท
+



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