[Mono-bugs] [Bug 559466] New: Redirect is broken - giving thread aborted exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 1 05:20:45 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=559466
http://bugzilla.novell.com/show_bug.cgi?id=559466#c0
Summary: Redirect is broken - giving thread aborted exception
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: avkekem at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1
(KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1
i used the code:
System.Web.Security.FormsAuthentication.RedirectToLoginPage("page.html")
which gives a threadabortedexception, but is not redirecting:
at (wrapper managed-to-native) System.Threading.Thread:Abort_internal
(System.Threading.InternalThread,object)
at System.Threading.Thread.Abort (System.Object stateInfo) [0x00000] in
<filename unknown>:0
at System.Web.HttpResponse.End () [0x00000] in <filename unknown>:0
at System.Web.HttpResponse.Redirect (System.String url, Boolean endResponse)
[0x00000] in <filename unknown>:0
at System.Web.HttpResponse.Redirect (System.String url) [0x00000] in
<filename unknown>:0
at System.Web.Security.FormsAuthentication.Redirect (System.String url)
[0x00000] in <filename unknown>:0
at System.Web.Security.FormsAuthentication.RedirectToLoginPage (System.String
extraQueryString) [0x00000] in <filename unknown>:0
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://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