From 87e4032cb8db95d0dac9740f179034c9504a77b8 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 26 Apr 2006 22:59:26 +0000 Subject: [PATCH] SEC-238: Update docs. --- doc/xdocs/upgrade/upgrade-090-100.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +
  • +