[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init

2008-04-23 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c4


Juraj Skripsky [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #4 from Juraj Skripsky [EMAIL PROTECTED]  2008-04-23 11:07:00 MST 
---
Hey Marek,

Your commit 101538 unfortunately broke session state. Use the test case above
to reproduce the problem.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init

2008-04-23 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c5


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Marek Habersack [EMAIL PROTECTED]  2008-04-23 13:07:40 
MST ---
This regression has been fixed in svn trunk, revision 101600


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init

2008-04-01 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c2


Juraj Skripsky [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #2 from Juraj Skripsky [EMAIL PROTECTED]  2008-04-01 02:00:23 MST 
---
*** Bug 375663 has been marked as a duplicate of this bug. ***

https://bugzilla.novell.com/show_bug.cgi?id=375663

-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init

2008-04-01 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c3


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Marek Habersack [EMAIL PROTECTED]  2008-04-01 10:00:00 
MST ---
This bug has been fixed in svn trunk, revision 99534


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 372897] [REGRESSION] Session not available in Page_Init

2008-03-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=372897

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372897#c1





--- Comment #1 from Juraj Skripsky [EMAIL PROTECTED]  2008-03-21 06:09:01 MST 
---
This code in SessionStateModule.OnAcquireRequestState() seems to be part of the
problem:

if (!(context.Handler is IRequiresSessionState)) {
   Trace.WriteLine (Handler ( + context.Handler + ) does not require session
state);
   return;
}

After commit r98108, context.Handler is null when this method is called.


-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs