Hi, how did you even get to use CookieManager since its not supported in GAE. Did you create a custom one? I'm using GAE 1.7.3
On Saturday, April 28, 2012 9:31:17 PM UTC+8, pman wrote: > > ... > HTTPRequest httpRequest = new HTTPRequest(new URL(aRemoteServerUrl), > HTTPMethod.GET); > httpRequest.getFetchOptions().doNotFollowRedirects(); > > cookieManager.setCookies(httpRequest); > > HTTPResponse httpResponse = > URLFetchServiceFactory.getURLFetchService().fetch(httpRequest); > > cookieManager.storeCookies(httpRequest, httpResponse); > ... > > The above code run well in GAE sdk locally; however, when deployed in > GAE production server. It failed. > > I debugged and found that the first cookie returned from > "aRemoteServerUrl" was somehow lost in GAE production server. And, > this made my code failed. > > i.e. problem - incomplete cookies returned from GAE urlfetch service. > > Any help? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/B41QuTqv9u4J. 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.
