solomax commented on issue #399: WICKET-6727: Configurable 
Content-Security-Policy
URL: https://github.com/apache/wicket/pull/399#issuecomment-577199827
 
 
   @papegaaij, All
   I was able to find the reason of slow down in my application
   `SecureRandom.getInstanceStrong()` creates `NativePRNGBlocking` SecureRandom 
on my machine (Ubuntu)
   I have changed the code to be `SecureRandom.getInstance("SHA1PRNG");` and it 
works as usual (no slow-down)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to