Bill Barker wrote:
remm        2005/04/06 08:54:05

 Modified:    webapps/docs/config http.xml ajp.xml
 Log:
 - Fix AJP documentation error about connection timeout (no timeout by

default).

<snip/>

 +    <attribute name="connectionTimeout" required="false">
 +      <p>The number of milliseconds this <strong>Connector</strong>

will wait,

 +      after accepting a connection, for the request URI line to be
 +      presented.  The default value is infinite (i.e. no timeout).</p>
 +    </attribute>
 +

Urm, in JkMain, it's still called 'soTimeout'. Not that I object to the name change, but currently setting 'connectionTimeout' on an AJP Connector won't do anything at all.

There's an alias for that in the Connector class. The (only) benefit is that it corresponds to the attribute name that was used in 5.0.


Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to