[Mono-bugs] [Bug 71366][Nor] Changed - Security exception on running xsp
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 13:05:23 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by willibald.krenn@gmx.at.
http://bugzilla.ximian.com/show_bug.cgi?id=71366
--- shadow/71366 2005-01-18 12:42:18.000000000 -0500
+++ shadow/71366.tmp.25909 2005-01-18 13:05:23.000000000 -0500
@@ -95,6 +95,13 @@
------- Additional Comments From dick@ximian.com 2005-01-18 12:42 -------
Yes, you need to specify invariant culture when doing string compares
like that. Stupid, but it's the spec.
This would cause issues whether we're using ICU or the replacement
library that the i18n team is writing for us.
+
+------- Additional Comments From Willibald.Krenn@gmx.at 2005-01-18 13:05 -------
+I have to admit, that my SuSE - ICU version probably is broken (prints
+the famous "** Message: : u_strToLower error: U_FILE_ACCESS_ERROR" all
+the time) - however, your patch solved the issue!
+
+Thanks!