[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.60,1.61
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-25 19:23:20
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv27083/doc
Modified Files:
release_notes.txt
Log Message:
Fix loopback address
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- release_notes.txt 2001/10/25 17:31:41 1.60
+++ release_notes.txt 2001/10/25 19:23:17 1.61
@@ -23,6 +23,7 @@
Thanks to Richard Scothern for identiying the cause of problems with POST requests and older servlet engines.
Thanks to Benoit Xhenseval for adding parameter detection in links, handling of meta and link tags,
and selection of table cells by ID.
+ Thanks to Mike Bracewell for noticing the incorrect loopback address in ServletUnitHttpRequest
Problems corrected:
1. Forms with no action now default to the originating page
@@ -37,6 +38,7 @@
9. By default, POSTs included charset attributes which messed up some servlet engines
10. WebRequest.isFileParameter is now functioning and public
11. auto-redirect now handles relative URLs
+ 12. ServletUnit's HttpServletRequest implementation was returning "17.0.0.1" as the host address.
Additions:
Content and parsing enhancements
|