You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wolfgang Stein <zo...@gmd-net.de> on 2002/12/02 11:02:54 UTC

CoyoteConnector: What means the attribute 'useURIValidationHack'

as Catalina 4.1.12 shows in server.xml:

    ...

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
	port="9080" minProcessors="5" maxProcessors="75"
	enableLookups="true" redirectPort="8443"
	acceptCount="10" debug="0" connectionTimeout="20000"
	useURIValidationHack="false" />

    ...


Thanks in advance,
Wolfgang Stein

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>