pnicolucci commented on code in PR #91: URL: https://github.com/apache/myfaces-homepage/pull/91#discussion_r1915196496
########## core23.md: ########## @@ -215,7 +215,7 @@ MyFaces core behavior can be customized, adding some web config params into your | o.a.m.RANDOM_KEY_IN_CSRF_SESSION_TOKEN_SECURE_RANDOM_CLASS | 2.2.0 | | | Sets the random class to initialize the secure random id generator | | o.a.m.RANDOM_KEY_IN_CSRF_SESSION_TOKEN_SECURE_RANDOM_PROVIDER | 2.2.0 | | | Sets the random provider to initialize the secure random id generator | | o.a.m.RANDOM_KEY_IN_CSRF_SESSION_TOKEN_SECURE_RANDOM_ALGORITM | 2.2.0 | SHA1PRNG | | Sets the random algorithm to initialize the secure random id generator | -| o.a.m.AUTOCOMPLETE_OFF_VIEW_STATE | 2.2.8, 2.1.18, 2.3.6 | true | true, false | Add autocomplete="off" to the view state hidden field | +| o.a.m.AUTOCOMPLETE_OFF_VIEW_STATE | 2.2.8, 2.1.18, 2.3.6 | false | true, false | Add autocomplete="off" to the view state hidden field. Changed to false in 2.3.11 | Review Comment: Is this just a doc issue you found or something new to this release? -- 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]
