[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.161,1.162
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-25 15:24:40
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv13663/doc Modified Files: release_notes.txt Log Message: #604478: setting form action now updates url parameters Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- release_notes.txt 13 Sep 2002 18:34:57 -0000 1.161 +++ release_notes.txt 25 Sep 2002 15:24:37 -0000 1.162 @@ -21,6 +21,11 @@ 2. It is now possible to control the handling of script errors by calling HttpUnitOptions.setExceptionsThrownOnScriptError. If the exceptions are not thrown, the error messages will instead be available via HttpUnitOptions.getScriptErrorMessages() +25-Sep-2002 +Problems fixed: + 1. Bug #604478 - setting the form action did not always update the predefined parameter list. This could cause a request + to be sent with the wrong URL parameters. + 9-Sep-2002 Acknowledgement: 1. Thanks to Donald Ball for pointing out the problem with the behavior of Select.selectedIndex. |