You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/09/15 05:06:09 UTC

svn commit: r1385002 - /cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml

Author: aadamchik
Date: Sat Sep 15 03:06:08 2012
New Revision: 1385002

URL: http://svn.apache.org/viewvc?rev=1385002&view=rev
Log:
typo

Modified:
    cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml

Modified: cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml?rev=1385002&r1=1385001&r2=1385002&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml (original)
+++ cayenne/main/branches/STABLE-3.1/docs/docbook/cayenne-guide/src/docbkx/rop-deployment.xml Sat Sep 15 03:06:08 2012
@@ -12,7 +12,7 @@
 			resulting in MissingSessionExceptions. To solve that you will need to either switch to
 			an alternative security mechanism, or disable "session fixation problem" protections of
 			the container. E.g. the later can be achieved in Tomcat 7 by adding the following
-				<emphasis>context.cml</emphasis> file to the webapp's META-INF/ directory:
+				<emphasis>context.xml</emphasis> file to the webapp's META-INF/ directory:
 			<programlisting>&lt;Context>
 	&lt;Valve className="org.apache.catalina.authenticator.BasicAuthenticator" 
 			changeSessionIdOnAuthentication="false" />