Re: GWT + FormPanel + FileUpload + HTTPS

2010-02-24 Thread dk
In our case we never would take advantage of RequestBuilder's username and password fields. All of our apps that require authentication have the auth handled by the web server. Each app lives under a directory with Basic Auth enabled on the directory. We also redirect all non- SSL traffice to

GWT + FormPanel + FileUpload + HTTPS

2010-01-20 Thread chillyspoon
Hi everyone, We use GWT extensively for a highly interactive user interface that administers various software and hardware systems via a combination of APIs. Right now I need to introduce functionality for file upload that is posting (HTTP POST) to an SSL URL with preemptive BASIC AUTH. We are