|
From: Patrick Y. <kc...@us...> - 2005-08-29 04:21:49
|
Update of /cvsroot/ebxmlms/ebxmlms/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23479/doc Modified Files: release.txt Log Message: updated release note Index: release.txt =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/doc/release.txt,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** release.txt 16 Aug 2005 09:43:51 -0000 1.64 --- release.txt 29 Aug 2005 04:21:41 -0000 1.65 *************** *** 325,328 **** --- 325,332 ---- - Some code rearrangement to avoid overloading of database connection pool. - Modify the SQL to check database when startup, to avoid out of memory error. + - Make the matching of HTTP header name in Request object as case insensitive + - Get rid of stack overflow exception when processing large payload by replacing the recursive routine. + - Sort the message IDs returned in getUndeliveredMessages() + - Reply error message to sender when exception threw in doPost() Bugs Fixed |