On 05/07/17 14:54, Rémy Maucherat wrote: > On Wed, Jul 5, 2017 at 8:51 AM, <[email protected]> wrote: > >> Author: markt >> Date: Wed Jul 5 13:51:27 2017 >> New Revision: 1800874 >> >> URL: http://svn.apache.org/viewvc?rev=1800874&view=rev >> Log: >> Follow-up to r1800867 >> Avoid NPE when no alias is specified. >> Now an in memory key store with a single key is used, there is no need for >> the JSSEKeyManager - so remove it. >> > > https://bz.apache.org/bugzilla/show_bug.cgi?id=59910 > So this was about not hardcoding a default to "tomcat" then.
This patch should not change that. The in memory key store uses a fixed alias of "tomcat" but that should be transparent to the user. The key store provided by the user should be able to use any alias. I'm still finding some unexpected edge cases with this patch. I hope to fix them shortly. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
