Author: markt Date: Tue Jul 19 19:21:51 2011 New Revision: 1148492 URL: http://svn.apache.org/viewvc?rev=1148492&view=rev Log: CTR: Documentation Correct property to change SSO session cookie name
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.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=1148492&r1=1148491&r2=1148492&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Jul 19 19:21:51 2011 @@ -280,6 +280,11 @@ <bug>51443</bug>: Document the notifySessionListenersOnReplication attribute for the DeltaManager. (markt) </fix> + <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"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml?rev=1148492&r1=1148491&r2=1148492&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml Tue Jul 19 19:21:51 2011 @@ -366,7 +366,8 @@ change this.</p> </property> - <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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org