[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.163,1.164
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-26 18:22:35
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv29024/doc Modified Files: release_notes.txt Log Message: Don't URL-encode javascript URLs Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- release_notes.txt 25 Sep 2002 16:20:53 -0000 1.163 +++ release_notes.txt 26 Sep 2002 18:22:30 -0000 1.164 @@ -11,6 +11,10 @@ Revision History: +26-Sep-2002 +Problems fixed: + 1. A Javascript URL containing a question mark was incorrectly being URL-encoded. + 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 |