https://bugzilla.novell.com/show_bug.cgi?id=654476
https://bugzilla.novell.com/show_bug.cgi?id=654476#c4 --- Comment #4 from Marek Habersack <[email protected]> 2010-11-18 13:38:45 CET --- In general the patch is correct, with the exception that it doesn't handle cases where the comma separated list has items with leading/trailing space or consisting of more than one character, e.g.: "%, $,^#" It think a String.Split would be more correct here, together with space trimming and checking whether the list item is in fact a single character. The result can be cached in a HttpRequest field for reuse. -- Configure bugmail: https://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
