Re: [wicket] branch csp updated: WICKET-6730: central SecureRandom setting

2020-01-17 Thread Martin Grigorov
On Fri, Jan 17, 2020 at 10:57 AM Emond Papegaaij wrote: > > > + random = SecureRandom.getInstanceStrong(); > > > > > > > Since we have now CryptingPageStore it is possible that an application > > store some pages with algo X. > > If the application is clustered and rolling

Re: [wicket] branch csp updated: WICKET-6730: central SecureRandom setting

2020-01-17 Thread Emond Papegaaij
> > + random = SecureRandom.getInstanceStrong(); > > > > Since we have now CryptingPageStore it is possible that an application > store some pages with algo X. > If the application is clustered and rolling upgrade is done with a new > version of JDK it is possible that the

Re: [wicket] branch csp updated: WICKET-6730: central SecureRandom setting

2020-01-16 Thread Martin Grigorov
On Thu, Jan 16, 2020 at 10:51 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > papegaaij pushed a commit to branch csp > in repository https://gitbox.apache.org/repos/asf/wicket.git > > > The following commit(s) were added to refs/heads/csp by this push: >