Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51516
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 19:19:45 +0000 (19:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 19:19:45 +0000 (19:19 +0000)
Correct property to change SSO session cookie name

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148491 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/systemprops.xml

index f0327b1..d30f6a1 100644 (file)
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>51516</bug>: Correct documentation web application to show correct
+        system property name for changing the name of the SSO session cookie.
+        (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <fix>
index 66e4b43..126afc7 100644 (file)
 
   <properties>
 
-    <property name="org.apache.catalina.SSO_SESSION_COOKIE_NAME">
+    <property name="org.apache.catalina.authenticator. 
+                    Constants.SSO_SESSION_COOKIE_NAME">
       <p>An alternative name for the single sign on session cookie. Defaults to
       <code>JSESSIONIDSSO</code>.</p>
     </property>