I've encountered an issue with the RequestBuilder that only crops up on IE6. If I set a username and password using RequestBuilder.setUser () and RequestBuilder.setPassword(), and then call RequestBuilder.sendRequest(), my onResponseReceived() immediately gets called with a Response object that has a status code of zero, no status message, and no response text. On all other browsers, the expected response to download an XML document is received. I've had to temporarily resort to not setting the user and password in my request and letting the browser pop up its authentication dialog, which then produces a valid Response object.
Any ideas as to what's going on here? Have I stumbled on a bug? Something to look forward to in 1.6? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
