Author: kkolinko Date: Sat Dec 6 15:09:51 2014 New Revision: 1643539 URL: http://svn.apache.org/r1643539 Log: Correct a typo. Mention attribute name.
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1643539&r1=1643538&r2=1643539&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sat Dec 6 15:09:51 2014 @@ -120,14 +120,15 @@ Allow to configure RemoteAddrValve and RemoteHostValve to adopt behavior depending on the connector port. Implemented by optionally adding the connector port to the string compared - with the patterns <code>allow</code> and <code>deny</code> - (using <code>addConnectorPort</code>). (rjung) + with the patterns <code>allow</code> and <code>deny</code>. Configured + using <code>addConnectorPort</code> attribute on valve. (rjung) </add> <add> - Optionally trigger authentication intead of denial in + Optionally trigger authentication instead of denial in RemoteAddrValve and RemoteHostValve. This only works in combination with <code>preemptiveAuthentication</code> - on the application context. (rjung) + on the application context. Configured using + <code>invalidAuthenticationWhenDeny</code> attribute on valve. (rjung) </add> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org