[Mono-bugs] [Bug 51511][Maj] Changed - @Page ignores Culture and LCID attributes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 Nov 2003 13:08:10 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51511
--- shadow/51511 2003-11-30 10:36:21.000000000 -0500
+++ shadow/51511.tmp.4563 2003-11-30 13:08:10.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 51511
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: System.Web
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: ximian@aksi.mdamt.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: @Page ignores Culture and LCID attributes
@@ -44,6 +44,10 @@
------- Additional Comments From ximian@aksi.mdamt.net 2003-11-30 10:36 -------
Created an attachment (id=6047)
patch to PageParser.cs
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-30 13:08 -------
+The patch is almost correct, but you must not set the thread culture.
+That's done in the process pipeline. I'm doing the other changes needed.