Author: markt Date: Sun Feb 13 10:25:08 2011 New Revision: 1070204 URL: http://svn.apache.org/viewvc?rev=1070204&view=rev Log: CTR - Correct typo Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50752
Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Embedded.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1070204&r1=1070203&r2=1070204&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Feb 13 10:25:08 2011 @@ -95,12 +95,6 @@ PATCHES PROPOSED TO BACKPORT: +1: kkolinko, markt -1: -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50752 - Correct typo - http://svn.apache.org/viewvc?rev=1069770&view=rev - +1: markt - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50751 Don't try to retrieve attributes if we don't need to. If anonymous bind is not allowed, the login will always fail. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Embedded.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Embedded.java?rev=1070204&r1=1070203&r2=1070204&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Embedded.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Embedded.java Sun Feb 13 10:25:08 2011 @@ -906,7 +906,7 @@ public class Embedded extends StandardS (javax.naming.Context.INITIAL_CONTEXT_FACTORY, "org.apache.naming.java.javaURLContextFactory"); } else { - log.debug( "INITIAL_CONTEXT_FACTORY alread set " + value ); + log.debug( "INITIAL_CONTEXT_FACTORY already set " + value ); } } } 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=1070204&r1=1070203&r2=1070204&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Feb 13 10:25:08 2011 @@ -63,6 +63,10 @@ Improve HTTP specification compliance in support of <code>Accept-Language</code> header. (kkolinko) </fix> + <fix> + <bug>50752</bug>: Fix typo in debug message in + <code>org.apache.catalina.startup.Embedded</code>. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org