http://bugzilla.novell.com/show_bug.cgi?id=539394

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=539394#c13





--- Comment #13 from Brett Kiefer <[email protected]>  2009-09-25 12:46:48 MDT 
---
Okay, got it. And if I further simplify the test case by replacing the
'response.Redirect' with a simple 'response.End()' -- I get this:

System.Threading.ThreadAbortException: Thread was being aborted  at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception&
exc, System.Object[]& out_args) [0x00000] 

Exception rethrown at [1]: 

  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception&
exc, System.Object[]& out_args) [0x00000] 

So is it possible that what we're seeing now is just a library issue with
HttpResponse.End (which HttpResponse.Redirect appears to call, as expected) and
AppDomains?

-- 
Configure bugmail: http://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

Reply via email to