You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/10/02 13:32:12 UTC

svn commit: r1628947 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Thu Oct  2 11:32:11 2014
New Revision: 1628947

URL: http://svn.apache.org/r1628947
Log:
Update changelog

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1628947&r1=1628946&r2=1628947&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  2 11:32:11 2014
@@ -61,6 +61,10 @@
         times such as when using <code>StoreConfig</code>. (markt)
       </fix>
       <fix>
+        <bug>56403</bug>: Add pluggable password derivation support to the
+        Realms via the new <code>CredentialHandler</code> interface. (markt)
+      </fix>
+      <fix>
         <bug>57016</bug>: When using the <code>PersistentValve</code> do not
         remove sessions from the store when persisting them. (markt)
       </fix>



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


Re: svn commit: r1628947 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 02/10/2014 22:21, Christopher Schultz wrote:
> Mark,
> 
> On 10/2/14 7:32 AM, markt@apache.org wrote:
>> Author: markt
>> Date: Thu Oct  2 11:32:11 2014
>> New Revision: 1628947
>>
>> URL: http://svn.apache.org/r1628947
>> Log:
>> Update changelog
>>
>> Modified:
>>     tomcat/trunk/webapps/docs/changelog.xml
>>
>> Modified: tomcat/trunk/webapps/docs/changelog.xml
>> URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1628947&r1=1628946&r2=1628947&view=diff
>> ==============================================================================
>> --- tomcat/trunk/webapps/docs/changelog.xml (original)
>> +++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  2 11:32:11 2014
>> @@ -61,6 +61,10 @@
>>          times such as when using <code>StoreConfig</code>. (markt)
>>        </fix>
>>        <fix>
>> +        <bug>56403</bug>: Add pluggable password derivation support to the
>> +        Realms via the new <code>CredentialHandler</code> interface. (markt)
>> +      </fix>
> 
> What, no love?
> 
> ;)

Nope. I just stole some of your ideas and all of the credit :)

You should definitely be listed on that one. Feel free to add yourself.
I have e-mail but not IDE access right or I'd do it myself.

Mark

> 
> -chris
> 
>> +      <fix>
>>          <bug>57016</bug>: When using the <code>PersistentValve</code> do not
>>          remove sessions from the store when persisting them. (markt)
>>        </fix>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
> 


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


Re: svn commit: r1628947 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Mark,

On 10/2/14 7:32 AM, markt@apache.org wrote:
> Author: markt
> Date: Thu Oct  2 11:32:11 2014
> New Revision: 1628947
> 
> URL: http://svn.apache.org/r1628947
> Log:
> Update changelog
> 
> Modified:
>     tomcat/trunk/webapps/docs/changelog.xml
> 
> Modified: tomcat/trunk/webapps/docs/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1628947&r1=1628946&r2=1628947&view=diff
> ==============================================================================
> --- tomcat/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  2 11:32:11 2014
> @@ -61,6 +61,10 @@
>          times such as when using <code>StoreConfig</code>. (markt)
>        </fix>
>        <fix>
> +        <bug>56403</bug>: Add pluggable password derivation support to the
> +        Realms via the new <code>CredentialHandler</code> interface. (markt)
> +      </fix>

What, no love?

;)

-chris

> +      <fix>
>          <bug>57016</bug>: When using the <code>PersistentValve</code> do not
>          remove sessions from the store when persisting them. (markt)
>        </fix>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>