
											April 27th, 2009											by 

											Lincoln Baxter III										
 
										
									 
									
										A correction has been made to the post: 
http://ocpsoft.com/java/acegi-spring-security-jsf-login-page/, fixing an issue where FacesMessages were not being displayed on failed authentications.
									
										
											
											April 14th, 2009											by 

											Lincoln Baxter III										
 
										
									 
									
										
Version 1.2.3_GA: 
binary, 
source, 
documentation (stable)
Minor Release: 20090415
	- Added optional <action onPostback=”false”> boolean flag to prevent action methods from being called on form postback. Defaults to true;
	
- Added optional <query-param decode=”false”> to prevent java.net.URLDecode.decode() from being called on a specific managed query-parameter. Defaults to true;
	
- Added unit tests for several critical classes.
	
- Minor to moderate refactoring of PrettyFilter/PrettyContext