Author: woonsan
Date: Wed Oct  7 09:24:39 2009
New Revision: 822632

URL: http://svn.apache.org/viewvc?rev=822632&view=rev
Log:
JS2-1071: Updating documentation on custom cookies configuration

Modified:
    portals/site/applications/src/site/xdoc/webcontent/index.xml

Modified: portals/site/applications/src/site/xdoc/webcontent/index.xml
URL: 
http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent/index.xml?rev=822632&r1=822631&r2=822632&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent/index.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent/index.xml Wed Oct  7 
09:24:39 2009
@@ -827,12 +827,25 @@
                 proxy.reverse.pass.somewhere.request.header.Accept-Language = 
en
               </td>
               <td>
-                &lt;pathname&gt; and &lt;headerName&gt; should be replaced by 
the real path name.
+                &lt;pathname&gt; and &lt;headerName&gt; should be replaced by 
the real path name and header name.
                 With this example, you may use 'apache' or 'portals' for 
&lt;pathname&gt;.
                 <br/>
                 The default request header values which are sent to the target 
remote url.
               </td>
             </tr>
+            <tr>
+              
<td>proxy.reverse.pass.&lt;pathname&gt;.request.cookie.&lt;cookieName&gt;</td>
+              <td></td>
+              <td>
+                proxy.reverse.pass.somewhere.request.cookie.Custom1 = Value1
+              </td>
+              <td>
+                &lt;pathname&gt; and &lt;cookieName&gt; should be replaced by 
the real path name and cookie name.
+                With this example, you may use 'apache' or 'portals' for 
&lt;pathname&gt;.
+                <br/>
+                The default request cookies which are sent to the target 
remote url.
+              </td>
+            </tr>
           </table>
         </p>
       </subsection>


Reply via email to