Explorar el Código

SEC-238: Update docs.

Ben Alex hace 19 años
padre
commit
87e4032cb8
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      doc/xdocs/upgrade/upgrade-090-100.html

+ 8 - 0
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).
 	</li>
+
+    <h1>Changes RC2 to Final</h1>
+	
+	<li>
+	AbstractProcessingFilter.onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse)
+    has changed it signature (SEC-238). If subclassing, please override the new signature.
+	</li>
+
 	
     </ul>