Author: fhanik
Date: Tue Jun 23 15:19:05 2009
New Revision: 787703

URL: http://svn.apache.org/viewvc?rev=787703&view=rev
Log:
Document emptySessionPath behavior

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=787703&r1=787702&r2=787703&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jun 23 15:19:05 2009
@@ -182,16 +182,6 @@
   +1: markt, fhanik
   -1: 
 
-* Document emptySessionPath behavior
-  Behavior is too old to change the way bug specifier requested, and obsolete 
in TC 7
-  http://svn.apache.org/viewvc?rev=783837&view=rev
-  https://issues.apache.org/bugzilla/show_bug.cgi?id=47298
-  +1: fhanik
-  +1: markt - MarkMail provides permalinks you can use
-            - Doc changes have been using CTR even on release branches 
-  +1: kkolinko
-  -1: 
-
 * Provide documentation for deployer.
   It is a fix for "cannot copy" warning observed during building a release.
   http://svn.apache.org/viewvc?rev=783863&view=rev

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=787703&r1=787702&r2=787703&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Tue Jun 23 15:19:05 2009
@@ -79,7 +79,13 @@
     <attribute name="emptySessionPath" required="false">
       <p>If set to <code>true</code>, all paths for session cookies will be set
       to <code>/</code>. This can be useful for portlet specification 
implementations.
-      If not specified, this attribute is set to <code>false</code>.</p>
+      If not specified, this attribute is set to <code>false</code>.<br/>
+      A side effect to setting this to true, is that if Tomcat creates a new 
session it will attempt to use the 
+      cookie session id if supplied by the client.<br/>
+      <a 
href="http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Request.java?diff_format=h&amp;view=log#rev303682";>SVN
 check in</a><br/>
+      <a 
href="http://tomcat.markmail.org/search/?q=emptysessionpath%20reuse#query:emptysessionpath%20reuse%20date%3A200502%20+page:1+mid:2bocwjhn3cczsoii+state:results";>Dev
 discussion</a><br/>
+      <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=47298";>Work 
around</a>
+      </p>
     </attribute>
 
     <attribute name="enableLookups" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to