Author: ron.sigal(a)jboss.com
Date: 2009-04-13 02:49:46 -0400 (Mon, 13 Apr 2009)
New Revision: 4982
Modified:
remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1114: Added description of "unwrapSingletonArray" parameter.
Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml 2009-04-13 06:24:32 UTC (rev 4981)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml 2009-04-13 06:49:46 UTC (rev 4982)
@@ -2065,6 +2065,14 @@
<classname>ServerInvokerServlet</classname> will still use
"jboss" as the
default domain.</para>
+ <section>
+ <title>Configuration</title>
+
+ <para><emphasis
role="bold">unwrapSingletonArrays</emphasis> - If the map
+ returned by
<methodname>javax.servlet.http.HttpServletRequest.getParameterMap()</methodname>
+ maps a String key to an array of length one, the value in the array will be
extracted
+ and associated with the key.</para>
+ </section>
</section>
<section>
@@ -6444,6 +6452,16 @@
</section>
<section>
+ <title>org.jboss.remoting.transport.servlet.ServletServerInvoker</title>
+
+ <para><emphasis
role="bold">UNWRAP_SINGLETON_ARRAYS</emphasis> (actual value
+ is 'unwrapSingletonArrays') - If the map returned by
+
<methodname>javax.servlet.http.HttpServletRequest.getParameterMap()</methodname>
+ maps a String key to an array of length one, the value in the array will be
+ extracted and associated with the key.</para>
+ </section>
+
+ <section>
<title>org.jboss.remoting.transport.socket.MicroSocketClientInvoker</title>
<para><emphasis role="bold">TCP_NODELAY_FLAG</emphasis>
(actual value is
Show replies by date