[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.63,1.64
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-08 22:07:55
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv5733/doc Modified Files: release_notes.txt Log Message: Added support for web.xml, response messages, and readonly controls Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- release_notes.txt 2001/11/05 18:54:51 1.63 +++ release_notes.txt 2001/11/08 22:07:52 1.64 @@ -10,6 +10,20 @@ Limitations: HttpUnit does not support JavaScript Revision History: +Acknowledgements: + Thanks to Bradley Smith for implementing getParameterNames in ServletUnit. + + 8-Nov-2001 +Problems fixed: + 1. ServletUnit was not decoding its request parameters + 2. ServletUnit's HttpRequest.getParameterNames method was not implemented + +Additions: + 1. ServletUnit now handles web.xml partially, supporting mapping of single paths to a servlet class + 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() 5-Nov-2001 |