You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/25 15:36:06 UTC

svn commit: r550495 - /lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml

Author: andreas
Date: Mon Jun 25 06:36:05 2007
New Revision: 550495

URL: http://svn.apache.org/viewvc?view=rev&rev=550495
Log:
Added note about context path/cookie issues

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml?view=diff&rev=550495&r1=550494&r2=550495
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/proxy.xml Mon Jun 25 06:36:05 2007
@@ -19,7 +19,7 @@
   "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Running Lenya Behind a Proxy</title>
+    <title>Running Lenya Behind a Proxy Server</title>
   </header>
   <body>
     
@@ -120,6 +120,13 @@
       </p>
       <source xml:space="preserve"><![CDATA[    RewriteRule ^/(.*) http://cms.example.com:8080/lenya14/default/authoring/$1 [P,L]
     ProxyPassReverse / http://cms.example.com:8080/lenya14/default/authoring/]]></source>
+      <note>
+        You'll certainly run into cookie problems when using a non-empty context path
+        (like <em>lenya14</em> in the example above) instead of running Lenya in the root context.
+        This causes errors like "The session doesn't contain the identity.".
+        You'll have to add some code to manipulate the cookies. If you need this functionality,
+        please send a mail to the developers list or file an enhancement bug.
+      </note>
       <p>
         The Apache web server can now be restarted using
       </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org