Hello everybody,
I need some help to understand what's going on with my GWT
application.
When using IE (same behaviour on IE7 & 8), sometimes our rpc calls
fail and the onFailure handler gets called.
The exception returned is a StatusCodeException which carries a status
code of 500.
Even though the error code returned is 500, no exception is raised on
the server.
Monitoring the http calls the browser does, I can see that all the
failing rpc calls get a 407 (proxy authentication required) error as
response from the proxy.
Actually I've not yet found a way to reproduce the error, but it
happens quite frequently.

Putting a proxy exception in IE configuration solves the problem but,
unfortunatley, ths is not an option for the production environment.

No problem with Firefox or Chrome.

anyone could help me to track down and solve the issue?

Thanks,
Luca

--~--~---------~--~----~------------~-------~--~----~
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