Hotfix 76521
- Version
- This hotfix concerns SDL Tridion 2011 SP1.
- Problem description
OnRequestEndhandlers not always called for concurrent requests on IIS due to dependency onThreadStatic.- Hotfix description
-
The request context in the .NET Ambient Data Framework depended on
ThreadStaticcontext. However, for ASP.NET there is no guarantee the thread remains the same for the entire request pipeline. The Ambient Data Framework is now stored on theHttpContextwhich guarantees safety in thread switching. - Distributed files
-
x86\Tridion.ContentDelivery.AmbientData.dll - Fixes included
- None
- Dependencies
- None