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

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


--- Comment #2 from Antonio Anzivino <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to