I need help with two problems.  Please excuse my noobness and give me
some suggestion.

I am using dyuproject to implement openId functionality and under some
condition, my servlet that uses dyuproject returns a response that is
a HTML page.  In the head section of this HMTL page, there's a
javascript element that contains the url to the openId provider.  The
problem is, I do not know how to extract this url from the response
text.  The HMTL.getElement() methods seems to only extract the body
element.

The second problem is, when a reponse is received by my GWT
application? I have no idea what is actually going on, but it seems
GWT is not adding a dot to the domain name.  Here is the actual error
shown:
Sep 10, 2009 5:18:55 PM org.apache.commons.httpclient.HttpMethodBase
processResponseHeaders
WARNING: Cookie rejected: "$Version=0;
ephemeral_session_id=6f611b59416135eeeea10dba1549bc1cc3993a273e284f4b868e649e0d342ff5;
$Path=/; $Domain=myopenid.com". Domain attribute "myopenid.com"
violates RFC 2109: domain must start with a dot

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to