tandraschko commented on code in PR #911: URL: https://github.com/apache/myfaces/pull/911#discussion_r2287264178
########## impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java: ########## @@ -1606,9 +1607,16 @@ public String getRandomKeyInViewStateSessionTokenSecureRandomProvider() return randomKeyInViewStateSessionTokenSecureRandomProvider; } - public String getRandomKeyInViewStateSessionTokenSecureRandomAlgorithm() + public String[] getRandomKeyInViewStateSessionTokenSecureRandomAlgorithmList() { - return randomKeyInViewStateSessionTokenSecureRandomAlgorithm; + String[] algorithms = Review Comment: thats something that should be cached -- 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: dev-unsubscr...@myfaces.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org