[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.162,1.163
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-25 16:20:56
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv24618/doc Modified Files: release_notes.txt Log Message: Treat form, image, and link names as case-sensitive in JavaScript Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- release_notes.txt 25 Sep 2002 15:24:37 -0000 1.162 +++ release_notes.txt 25 Sep 2002 16:20:53 -0000 1.163 @@ -11,6 +11,12 @@ Revision History: +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. + 2. Form, Image, and Link names are now properly treated as case-sensitive within Javascript. + 13-Sep-2002 Acknowledgements: Thanks to Jin Zhao for help in expanding the search possibilities for links. @@ -20,11 +26,6 @@ either the first match or all matches. 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: |