umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.36k stars 2.64k forks source link

V13: Eaglery route domains for virtual page controllers #16635

Closed nikolajlauridsen closed 1 week ago

nikolajlauridsen commented 1 week ago

Fixes #16626

This was caused because the Thread.CurrentThread.CurrentUICulture is set by UmbracoPublishedContentCultureProvider which runs before any of the filters, meaning that CurrentUICulture was never set correctly, so to fix this I've made the EagerMatcherPolicy detect if it's a UmbracoPageController and then do the domain routing and setting a dummy UmbracoRouteValues which is then used to assign the correct CurrentUICulture by the UmbracoPublishedContentCultureProvider.