[Mono-bugs] [Bug 601727] Cannot use Web Forms MD5 authentications

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 1 16:45:10 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=601727

http://bugzilla.novell.com/show_bug.cgi?id=601727#c2


--- Comment #2 from Antonio Anzivino <djechelon at fastwebnet.it> 2010-05-01 20:45:09 UTC ---
Another follow-up: just looked at ASCII table.

FormsAuthentication.cs
481             const int letterPart = 55;
482             const int numberPart = 48;

OK with 48 as being '0', but isn't 'A' = 65?
65 or 97, this definitely introduces a casing problem that should be handled

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list