Hi, I use Java URLFetchService to get a page. The origin server is setting a few cookies with separate Set-Cookie headers.
Problem: The HTTPResponse combines all the Set-Cookie headers to one header. The cookies are comma separated in that header. This is on the dev server. Is there anything to do than reports a bug on this? Are there workarounds? I addition, I am getting those warnings: Cookie rejected: "$Version=0; k=71; $Path=/; $Domain=.xxxxx.com". Illegal domain attribute ".xxxxx.com". Domain of origin: "xxxxx.com" As far as I remember this should not be a problem (setting cookie with .xxx.com domain from xxx.com server). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
