[cvs] expresso commit by mtraum:
JCorporate Ltd
jcorp at jcorporate.com
Sat Feb 12 17:32:34 UTC 2005
Log Message:
-----------
Modified Files:
--------------
expresso/expresso-web/expresso/doc:
ChangeLog.xml
Revision Data
-------------
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.283
retrieving revision 1.284
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.283 -r1.284
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -5,6 +5,11 @@
<project name="Expresso">
<version name="5.6.1" releaseDate="Not released yet">
<comment>Continued Updates</comment>
+ <bug-fix title="After being added to the response, ControllerElement's were no longer serializable">
+ <explanation>Made ServletControllerResponse serializable. Any ControllerElement, after being added to the response, became unserializable. This is because the response being stored in ControllerElement was actually an instance ServletControllerResponse, not ControllerResponse (which is serializable).
+ </explanation>
+ <contributor>Mike Traum</contributor>
+ </bug-fix>
<bug-fix title="RestrictAccess expresso tag threw NPE without session and was not redirecting back">
<explanation>When the RestrictAccess tag was used before a session was created, a NPE was thrown. Also, it will now redirect back to the original page after login.
</explanation>
More information about the cvs
mailing list