Author: yoavs
Date: Mon Nov 28 11:33:27 2005
New Revision: 349473

URL: http://svn.apache.org/viewcvs?rev=349473&view=rev
Log:
Bugzilla 37591: http://issues.apache.org/bugzilla/show_bug.cgi?id=37591

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/engine.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=349473&r1=349472&r2=349473&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Nov 28 11:33:27 2005
@@ -101,7 +101,11 @@
       <fix>Fix for a couple of (mostly silly) edge-cases in testing auth.
            Thanks to Nam T. Nguyen for the report. (billbarker) 
       </fix>
-      <fix><bug>37060</bug>: Actually copy the Request headers when replaying 
after Form auth. (billbarker)
+      <fix>
+        <bug>37060</bug>: Actually copy the Request headers when replaying 
after Form auth. (billbarker)
+      </fix>
+      <fix>
+        <bug>37591</bug>: Typo in Engine configuration reference. (yoavs)
       </fix>
     </changelog>
   </subsection>

Modified: tomcat/container/tc5.5.x/webapps/docs/config/engine.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/config/engine.xml?rev=349473&r1=349472&r2=349473&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/engine.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/engine.xml Mon Nov 28 11:33:27 
2005
@@ -69,7 +69,7 @@
 
       <attribute name="jvmRoute" required="false">
         <p>Identifier which must be used in load balancing scenarios to enable
-        session affinity. The indetifier, which must be unique across all
+        session affinity. The identifier, which must be unique across all
         Tomcat 5 servers which participate in the cluster, will be appended to
         the generated session identifier, therefore allowing the front end
         proxy to always forward a particular session to the same Tomcat 5



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to