Hi Derrell,
shouldn't we put the encode64 function somewhere else so it can be used outside of XmlHttpTransport? I would suggest to put it into qx.lang.String.encode64.
Best Fabian
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von [EMAIL PROTECTED]
Gesendet: Donnerstag, 14. September 2006 20:46
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Basic HTTP authentication fixes
Antony Zanetti <[EMAIL PROTECTED]> writes:
> The current HTTP authentification seems to not work on IE.
> The username and password are embedded in the URL but it doesn't work anymore
> in IE (see : http://support.microsoft.com/kb/834489 for more information).
>
> So, if you use a RemoteRequest object and set the username and the password,
> the request will fail with IE but not with FF or Opera.
>
> I think you should use basic HTTP auth by adding a line in the header then it
> will work for all browsers.
>
> I patched some files to handle it, they are attached.
>
> Please tell me if my fixes are correct and then update SVN.
Hi Antony,
I've checked in your patches. Note that for consistency with what I believe
Sebastian's preferred naming scheme is, I camel-cased the new property name,
so you'll have to change your code which uses the property.
In the future when you provide patches, if possible, please provide a single
diff with the complete set of changes for a particular issue rather than
separate diffs for each file. Also, if you submit a bug report to bugzilla
and attach the patch, it won't get lost if no is able to work on it
immediately.
Anyway, thanks for the patch! Please check out the latest version, test it,
and confirm that it is working properly.
Cheers,
Derrell
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
