-
wolfgang_fahl committed revision 1062 to the httpunit SVN repository, changing 6 files.
2009-12-22 15:34:27 UTC by wolfgang_fahl
-
I need an answer to this one as well....
Does anybody knows the answer?.
2009-12-07 06:53:33 UTC by nknknk
-
I am having issues with httponly myself. I found bug 1672385. It seems the developer had a fix, and yet it was rejected. HttpUnit 1.7 shows that this is fixed in that release, but it is not. Does anyone know what is going on with that bug?.
2009-12-01 21:22:58 UTC by https://www.google.com/accounts
-
Probably I found a solution here: http://life.neophi.com/danielr/2005/10/httpunit_and_javascript.html.
2009-11-16 00:33:21 UTC by jtroester
-
The sample code is:
WebConversation wc = new WebConversation();
WebResponse resp = wc.getResponse("http://web.de");
The full stacktrace is:
RHINO USAGE WARNING: Missed Context.javaToJS() conversion:
Rhino runtime detected object [Ljava.lang.Object;@15e293a of class [Ljava.lang.Object; where it expected String, Number, Boolean or Scriptable instance. Please check your code for missing...
2009-11-15 22:32:28 UTC by jtroester
-
Does httpunit support form login with HttpOnly? I have HttpOnly in the Set-Cookie field. When I use httpunit to perform a form login, it fails with:
com.meterware.httpunit.HttpNotFoundException: Error on HTTP request: 404 Not Found
at com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:567)
at com.meterware.httpunit.WebClient.updateClient(WebClient.java:445)
at...
2009-11-12 23:19:44 UTC by tamt15
-
I have attached a web project illustrates the problem.
The class bugExample.ContentProvidingFilter is a servlet filter that
actually returns content, in much the same way that the Struts2 filter does.
In web.xml, this class is configured to respond to that url pattern "/filter/*".
Thus, if you have this web app configured, and hit the URL
http://server/context/filter/foo
you get back the HTML...
2009-11-10 23:18:26 UTC by kdhunter
-
VhCFS7 efpkuckmwwdl, [url=http://qeskafzbqfgx.com/]qeskafzbqfgx[/url], [link=http://snxavqyqwrcv.com/]snxavqyqwrcv[/link], http://ksjzcoqpwatb.com/.
2009-10-29 05:32:35 UTC by nobody
-
I added a test class. First test "testNoscriptAtEnd" shows the problem described above.
Second test shows that there are more problems with the "noscript" part of that method. If there is no closing tag, then we get still a NullPointerException at the end of the document.
The following while-loop survives with both test cases:
do {
tag = parser.getNextTag();.
2009-10-21 21:23:07 UTC by interest
-
This is more or less a reopen of Bug Id 1969106. I am using 1.7.
I got a java.lang.NullPointerException
at com.meterware.httpunit.WebResponse.readTags(WebResponse.java:1145)
The HTML paged ends with a strange (invalid?) noscript tag in the following way:
...
t
The while-loop in readTags() method does not stop on the end tag, but on any other...
2009-10-21 20:57:06 UTC by interest