Comment 69 for bug 595551

Revision history for this message
In , Mvl (mvl) wrote :

Actually, I'm a bit lost at what the actual bug here is. Is it:

a)
When using the urls:
https://<email address hidden><email address hidden>/events
https://<email address hidden><email address hidden>/events
does not work (both give the same events, second does not work at al)

b)
storing passwords between sessions (using the password manager) for above url's does not work, only one password is saved

c)
something else.

with regard to a): there is code to make that work. If it does not work, there is a bug in core code. code is at:
http://mxr.mozilla.org/comm-central/source/mozilla/netwerk/protocol/http/nsHttpChannelAuthProvider.cpp#1230

with regard to b): changing the realm might not work, because you need to send the password at the request, and the realm gets send at the reply. So the mapping of url to realm must be changed. I didn't yet find a way to plug into that.