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/28 02:13:15 UTC

svn commit: r1377918 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Tue Aug 28 00:13:14 2012
New Revision: 1377918

URL: http://svn.apache.org/viewvc?rev=1377918&view=rev
Log:
Move to correct section. Realms belong to Catalina, not Jasper.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1377918&r1=1377917&r2=1377918&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Aug 28 00:13:14 2012
@@ -142,6 +142,12 @@
         Based on a patch by Rüdiger Plüm. (kkolinko)
       </add>
       <fix>
+        <bug>53047</bug>: If a JDBCRealm or DataSourceRealm is configured for
+        an all roles mode that only requires authorization (and no roles) and no
+        role table or column is defined, don't populate the Principal's roles.
+        (markt/kkolinko)
+      </fix>
+      <fix>
         <bug>53050</bug>: Fix handling of entropy value when initializing
         session id generator in session manager. Based on proposal by
         Andras Rozsa. (kkolinko)
@@ -258,12 +264,6 @@
         <code>org.apache.tools.ant.Task</code> enabling it to work with features
         such as namespaces within build.xml files. (markt)
       </fix>
-      <fix>
-        <bug>53047</bug>: If a JDBC Realm or DataSource Realm is configured for
-        an all roles mode that only requires authorization (and no roles) and no
-        role table or column is defined, don't populate the Principal's roles.
-        (markt/kkolinko) 
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">



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