diff --git a/doc/xdocs/upgrade/upgrade-090-100.html b/doc/xdocs/upgrade/upgrade-090-100.html index cca06fe979..012a04e802 100644 --- a/doc/xdocs/upgrade/upgrade-090-100.html +++ b/doc/xdocs/upgrade/upgrade-090-100.html @@ -74,6 +74,14 @@ applications: method internally stores null, which helps avoids redeployment issue caused by the previous approaches (see SEC-159 for further details). + +

Changes RC2 to Final

+ +
  • + AbstractProcessingFilter.onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse) + has changed it signature (SEC-238). If subclassing, please override the new signature. +
  • +