I think we have a typo in this commit. The semicolon at the end of the if statement here will ensure that all authentication attempts always succeed:
if ((fromUri.user() == user) || (fromUri.user() == "anonymous"));
return true;
I'd fix it myself, but I'm not near a computer at the moment.
/a |
Begin forwarded message:
Project | resiprocate |
New Revision | 9537 |
Committer | dpocock (Daniel Pocock) |
Date | 2012-04-15 20:45:53 -0400 (Sun, 15 Apr 2012) |
Log
repro: DigestAuth support for UAs who set auth username="user@domain" rather than username="user" (also requires DB fixes)
Modified:
|