-
Can we add a WebRequest for the trace method? I think this might be as simple as adding a TraceMethodWebRequest class that extends HeaderOnlyWebRequest with a getMethod() that returns "TRACE".
2009-08-13 03:43:04 UTC in httpunit
-
Can we make WebRequestSource.getDestination() public?
Probably should make other getters public too.
Setters don't need to be public.
This is useful info, and I am currently running a hacked version
of httpunit so I can have it.
2009-08-13 03:40:45 UTC in httpunit
-
A simple 2 line patch that fixes patch to allow StrutsTestCase 2.1.4 to run with Cactus 1.8.0.
2008-12-12 16:48:57 UTC in StrutsTestCase for JUnit
-
I wrote a patch to fix this which is available at
http://danlipofsky.com/technical/cactus/
it is very simple, it looks like
--- src/servletunit/struts/StrutsRequestWrapper.java.ORIG 2004-06-08 13:43:04.000000000 -0600
+++ src/servletunit/struts/StrutsRequestWrapper.java 2008-07-02 14:08:05.000000000 -0600
@@ -18,7 +18,7 @@
import org.apache.cactus.ServletURL;
import...
2008-12-12 16:37:52 UTC in StrutsTestCase for JUnit