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>
- <pathname> and <headerName> should be replaced by
the real path name.
+ <pathname> and <headerName> should be replaced by
the real path name and header name.
With this example, you may use 'apache' or 'portals' for
<pathname>.
<br/>
The default request header values which are sent to the target
remote url.
</td>
</tr>
+ <tr>
+
<td>proxy.reverse.pass.<pathname>.request.cookie.<cookieName></td>
+ <td></td>
+ <td>
+ proxy.reverse.pass.somewhere.request.cookie.Custom1 = Value1
+ </td>
+ <td>
+ <pathname> and <cookieName> should be replaced by
the real path name and cookie name.
+ With this example, you may use 'apache' or 'portals' for
<pathname>.
+ <br/>
+ The default request cookies which are sent to the target
remote url.
+ </td>
+ </tr>
</table>
</p>
</subsection>