http://bugs.winehq.org/show_bug.cgi?id=33214
Bug #: 33214 Summary: User callback IAuthenticate interface is not used to query for auth info Product: Wine Version: 1.5.25 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com Classification: Unclassified
Urlmon is supposed to call IAuthenticate_Authenticate() when underlying protocol needs to authenticate (in response to code 401 in http case for example), as far as I understand it.
Since httpreqeust code from msxml3 depends on urlmon that's a clean way to supply these credentials. Original problem with test application is bug 26586.
http://bugs.winehq.org/show_bug.cgi?id=33214
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26586
https://bugs.winehq.org/show_bug.cgi?id=33214
--- Comment #1 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over 700 days. Is this still an issue in current (1.7.36 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=33214
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Yes, it's still valid.
https://bugs.winehq.org/show_bug.cgi?id=33214
Joel Holdsworth joel@airwebreathe.org.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joel@airwebreathe.org.uk
https://bugs.winehq.org/show_bug.cgi?id=33214
--- Comment #3 from Joel Holdsworth joel@airwebreathe.org.uk --- This bug, #30106 and #34964 all seem to refer to the same problem
https://bugs.winehq.org/show_bug.cgi?id=33214
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Joel Holdsworth from comment #3)
This bug, #30106 and #34964 all seem to refer to the same problem
Not this one, no. This one is more about internals, and urlmon could be used separately from IE by any application, and still it could expect authentication request from it. The rest of this list seem like duplicates indeed, I marked them as such, thanks for heads up.