[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.40,1.41
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-02 13:23:49
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv14862/doc
Modified Files:
release_notes.txt
Log Message:
Added test for length of base64 decoding string
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- release_notes.txt 2001/07/02 13:05:56 1.40
+++ release_notes.txt 2001/07/02 13:23:45 1.41
@@ -12,7 +12,10 @@
Revision History:
1-Jul-2001
- Additions:
+Acknowledgements:
+ Thanks to Marcos Tarruella for adding a test case for the Base64 class
+
+Additions:
1. WebResponse.getRefreshRequest now returns a WebRequest object if a refresh URL
was specified in the response header.
2. WebResponse.getRefreshDelay specifies the delay found in the header, if any.
|