[Mono-bugs] [Bug 463965] HttpContext.Current should be stored in CallContext. HostContext on profile 2.0 once implemented

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 7 06:55:24 EST 2009


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

User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463965#c2





--- Comment #2 from Kornél Pál <kornelpal at gmail.com>  2009-01-07 04:55:24 MST ---
<% @Page Language="C#" %>
<%@ Import Namespace="System.Runtime.Remoting.Messaging"%>
<%
Response.Write((HttpContext.Current == CallContext.HostContext).ToString());
%>

This will show it. But note that CallContext.HostContext is not currently
implemented in Mono.

I think that the fix - once CallContext.HostContext is implemented - is as easy
as using CallContext.HostContext rather than GetData/SetData in
HttpContext.Current for profile 2.0.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list