You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/07/03 10:19:13 UTC

svn commit: r673611 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml webapps/docs/logging.xml

Author: markt
Date: Thu Jul  3 01:19:12 2008
New Revision: 673611

URL: http://svn.apache.org/viewvc?rev=673611&view=rev
Log:
Fix bug 45277 - doc typo

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

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=673611&r1=673610&r2=673611&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jul  3 01:19:12 2008
@@ -48,12 +48,6 @@
   -0: remm: This cannot be fixed from what you are saying, so this stream of fixes
       seems pointless to me right now
 
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277
-  Correct typo
-  http://svn.apache.org/viewvc?rev=672399&view=rev
-  +1: markt, fhanik, jfclere
-  -1: 
-
 *  Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=36155
    Port the fix from the JK Connector to the AJP and APR Connectors
    http://svn.apache.org/viewvc?rev=672454&view=rev

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=673611&r1=673610&r2=673611&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Jul  3 01:19:12 2008
@@ -375,6 +375,9 @@
         Align the Realm documentation so that both the configuration and the
         how-to are consistent. (markt)
       </fix>
+      <fix>
+        <bug>45277</bug>: Fix typo in logging docs. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/logging.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/logging.xml?rev=673611&r1=673610&r2=673611&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/logging.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Thu Jul  3 01:19:12 2008
@@ -210,7 +210,7 @@
       may be changed per logger using the <code>loggerName.useParentHandlers</code> property, which accepts 
       a boolean value.</li>
       <li>The root logger can define its set of handlers using a <code>.handlers</code> property.</li>
-      <li>System property replacement for property values which start with ${sytstemPropertyName}.</li>
+      <li>System property replacement for property values which start with ${systemPropertyName}.</li>
     </ul>
   </p>
   <p>



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