2010/7/10  <[email protected]>:
> Author: markt
> Date: Sat Jul 10 16:41:59 2010
> New Revision: 962881
>

> --- tomcat/trunk/webapps/docs/config/filter.xml (original)
> +++ tomcat/trunk/webapps/docs/config/filter.xml Sat Jul 10 16:41:59 2010
> @@ -135,6 +135,12 @@
>         value of 5 will be used.</p>
>       </attribute>
>
> +      <attribute name="randomClass" required="false">
> +        <p>The name of the class to use to generate nonces. The class must 
> be an
> +        instance of <code>java.util.Rnadom</code>. If not set, the default 
> value
> +        of <code>java.security.SecureRandom</code> will be used.</p>
> +      </attribute>
> +
>     </attributes>

A typo in the docs patch above.  s/Rnadom/Random/

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to