martin-g commented on code in PR #1357:
URL: https://github.com/apache/wicket/pull/1357#discussion_r2722913598


##########
wicket-core/src/main/java/org/apache/wicket/core/random/DefaultSecureRandomSupplier.java:
##########
@@ -42,7 +41,7 @@ public DefaultSecureRandomSupplier()
                }
                catch (NoSuchAlgorithmException e)
                {
-                       throw new WicketRuntimeException(e);
+                               random = new SecureRandom();

Review Comment:
   Could you please give more information why it will throw ?
   Even better - paste the exception stacktrace.
   
   FIPS is about the JDK security APIs, not about Wicket security related APIs 
(or any other library), no ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to