[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.136,1.137
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-16 17:24:42
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv22152/doc Modified Files: release_notes.txt Log Message: Peter Royal: fixed scripting disabled, query-only URL parsing bugs Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- release_notes.txt 15 Aug 2002 00:06:31 -0000 1.136 +++ release_notes.txt 16 Aug 2002 17:23:59 -0000 1.137 @@ -12,6 +12,15 @@ Revision History: +16-Aug-2002 +Acknowledgements: + Thanks to PeterRoyal for fixing the handling of query-only relative URLs and the IllegalStateException when + scripting is disable. + +Problems fixes: + 1. Relative URLs beginning with "?" were not being handled properly. + 2. Disabling scripting result in IllegalStateException being thrown. + 14-Aug-2002 Additions: 1. The focus() method is now defined as a no-op for all controls |