On 27/09/2014 14:59, Konstantin Kolinko wrote:
> 2014-09-25 23:33 GMT+04:00  <ma...@apache.org>:
>> Author: markt
>> Date: Thu Sep 25 19:33:44 2014
>> New Revision: 1627614
>>
>> URL: http://svn.apache.org/r1627614
>> Log:
>> Update docs

<snip/>

I've fixed the various typos.

>> +      <attribute name="encoding" required="false">
>> +        <p>Digesting the password requires that it is converted to bytes. 
>> This
>> +        attribute determines the character encoding to use for conversions
>> +        between characters and bytes. If not specified, UTF-8 will be 
>> used.</p>
>> +      </attribute>
> 
> Was the legacy implementation using UTF-8 or ISO-8859-1 ?

ISO-8859-1.

As an aside, Tomcat 7 uses the platform default.

> I guess that one cannot nest NestedCredentialHandler into
> NestedCredentialHandler ?
> (The same as with nesting Realms - you have to set a system property
> to configure digester rules to process more than 3 nested levels of
> Realms).

You could. Since I copied and pasted the relevant code, the same 3
nested level limit with a system property to change it exists in
CredentialHandler as well. I've added it to the docs.


Thanks again for the review.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to