[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml

JCorporate Ltd jcorp at jcorp2.servlets.net
Sun Jul 4 11:30:08 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv15009

Modified Files:
	ChangeLog.xml 
Log Message:
Controller.execute clear multipart handler in all cases.


Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.229
retrieving revision 1.230
diff -C2 -d -r1.229 -r1.230
*** ChangeLog.xml	23 Jun 2004 01:33:53 -0000	1.229
--- ChangeLog.xml	4 Jul 2004 18:30:06 -0000	1.230
***************
*** 6,9 ****
--- 6,13 ----
  		<version name="5.6" releaseDate="Not Yet Released">
  			<comment>Continued Updates</comment>
+             <bug-fix title="Multipart request handler infinite loop">
+                 <explanation>If a controller has a session scoped bean and a multipart parameter is submitted and an exception occurs processing the state to which the parameter is submitted, the controller dispatching gets stuck in an infinite loop.  The multipart handler needs to be cleared from the session bean in all cases.</explanation>
+                 <contributor>David Lloyd</contributor>
+ 	    <bug-fix>
              <bug-fix title="DefaultUserInfo.add/update should test via User.getUserInfo()">
                  <explanation>centralize code for testing uniqueness of e-mail address and login name.



More information about the cvs mailing list