- From: M Chandramouli <cmouli@eboodle.com>
- Date: Thu, 10 Feb 2000 10:59:49 -0800
- To: <www-jigsaw@w3.org>
- Message-ID: <05b601bf73f9$0124e7b0$1701010a@eboodle.com>
I am trying to use the Jigsaw client API to make a POST/GET request.
I added code to use the cookie filter as follows:
PropRequestFilter filter =
new org.w3c.www.protocol.http.cookies.CookieFilter();
filter.initialize(ourManager);
where ourManager is the HttpManager instance.
I run the request as follows:
reply = ourManager.runRequest(request);
I seem to get an exception of the following kind. This exception goes away if I do not use the
CookieFilter.
Thu Feb 10 10:27:45 PST 2000: [Thread Thread-3] No value for attribute [2x3uxylhqksmbbjqyuqe+sjaf4i5/l6fapffdcioxhnbtkwh2ipejp6djtvdpnzd]
Stack Trace: org.w3c.www.http.HttpInvalidValueException: No value for attribute [2x3uxylhqksmbbjqyuqe+sjaf4i5/l6fapffdcioxhnbtkwh2ipejp6djtvdpnzd]
at org/w3c/www/http/BasicValue.validate (BasicValue.java:74)
at org/w3c/www/http/HttpSetCookieList.getSetCookies (HttpSetCookieList.java:229)
at org/w3c/www/protocol/http/cookies/CookieFilter.outgoingFilter (CookieFilter.java:404)
at org/w3c/www/protocol/http/HttpManager.runRequest (HttpManager.java:667)
Any hints to what I am doing wrong would be welcome.
Thanks.
M Chandramouli
Received on Thursday, 10 February 2000 13:55:31 UTC