I need a crawler, but when I use URL fetch service I got below
warning, and I cannot access the website

22-Jun-2010 4:38:43 PM org.apache.commons.httpclient.HttpMethodBase
processCookieHeaders
WARNING: Cookie rejected: "$Version=0; PhoLIVEServerID=1025; $Path=/;
$Domain=.wiley.com". Domain attribute ".wiley.com" violates RFC 2109:
host minus domain may not contain any dots

The web site said:
An error has occured because we were unable to send a cookie to your
web browser,


I tried apache httpclient to set cookie policy like
(   method.getParams().setCookiePolicy(CookiePolicy.RFC_2109);   ) and
get below error:
java.lang.NoClassDefFoundError: java.net.Socket is a restricted class.
Please see the Google  App Engine developer's guide for more details.

Anyone can help?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to