Following the upgrade of two existing sites to v4.7.2 we have noticed the following errors appearing in UmbracoLog, is anyone else seeing these errors?
System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at dashboardUtilities.FeedProxy.Page_Load(Object sender, EventArgs e)
If someone else can confirm this as a bug I will raise it on CodePlex.
Ah yes, a 'ThreadAbortException' is thrown whenever Respone.End() is called. This code only applies to the FeedProxy which is used for pulling in RSS on the default dashboard controls.
I'll look to tidy this up for 4.8 ... Please do raise a ticket on CodePlex, best to go through the proper channels.
Possible bug in 4.7.2 upgrades
Hi All,
Following the upgrade of two existing sites to v4.7.2 we have noticed the following errors appearing in UmbracoLog, is anyone else seeing these errors?
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at dashboardUtilities.FeedProxy.Page_Load(Object sender, EventArgs e)
If someone else can confirm this as a bug I will raise it on CodePlex.
Thanks,
Jeavon
Hi Jeavon,
Ah yes, a 'ThreadAbortException' is thrown whenever Respone.End() is called. This code only applies to the FeedProxy which is used for pulling in RSS on the default dashboard controls.
I'll look to tidy this up for 4.8 ... Please do raise a ticket on CodePlex, best to go through the proper channels.
Thanks, Lee.
Thanks for confirming Lee. I have added a issue on CodePlex http://umbraco.codeplex.com/workitem/30817
Cheers,
Jeavon
Just to let you know that this is now fixed for v4.8 (changeset).
is working on a reply...