[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.64,1.65
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-09 18:35:17
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv30213/doc
Modified Files:
release_notes.txt
Log Message:
Coding style cleanup
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- release_notes.txt 2001/11/08 22:07:52 1.64
+++ release_notes.txt 2001/11/09 18:35:14 1.65
@@ -10,10 +10,18 @@
Limitations: HttpUnit does not support JavaScript
Revision History:
+ 9-Nov-2001
+
Acknowledgements:
- Thanks to Bradley Smith for implementing getParameterNames in ServletUnit.
+ Thanks to Dave Glowacki for finding and fixing another problem with parsing of link parameter names without values.
+
+Problems Fixed:
+ 1. Links with parameters with no "=" were being treated as though they had "="
8-Nov-2001
+Acknowledgements:
+ Thanks to Bradley Smith for implementing getParameterNames in ServletUnit.
+
Problems fixed:
1. ServletUnit was not decoding its request parameters
2. ServletUnit's HttpRequest.getParameterNames method was not implemented
@@ -23,7 +31,7 @@
2. Disabled submit buttons may no longer be selected from a form
3. When enabled, parameter validation now prevents changes to readonly controls.
4. It is now possible to obtain the reason message associated with the status code, either from
- HttpException.getResponseMessage() or if exceptions are disabled, from WebResponse.getResponseMessage()
+ HttpException.getResponseMessageweb() or if exceptions are disabled, from WebResponse.getResponseMessage()
5-Nov-2001
|