Hello!

I have a running GWT-App, with a DialogBox as login box, sending login
data via RPC to the server and performing the login process. Now it is
requested, that the standard basic-auth of http is used. I found one
tutorial how to upgrade the web.xml, but that didn't work with GWT 2.0
anymore...
What I want is the browser standard basic-auth dialog popping up,
entering credentials (maybe saving them if wished), then sending the
data to the server, processing the login, and if successful to load
the module, otherwise ask again...
I found how to send a http request including basic-auth information,
but that doesn't take care of integrating the standard browser dialog
window.
I also have a similar standard java servlet app, that performs all of
these tasks as part of the servlet process, by performing the
appropriate doGet() method and sending the respective response back...
Does anyone know how to accomplish this? Maybe similar to the standard
servlet app? (is there a way to not load the module immediately, but
first do a GET-Request to a standard servlet and load the module
appropriately afterwards?)
Many thanks in advance :-)

Greetz

-- 
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-tool...@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