mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added some hacks to get http get calls to be validated when an attribute exists on a controller action
--HG-- branch : dev
This commit is contained in:
@@ -37,6 +37,8 @@ namespace Orchard.Web {
|
||||
}
|
||||
|
||||
protected void Application_BeginRequest() {
|
||||
Context.Items["originalHttpContext"] = Context;
|
||||
|
||||
_host.BeginRequest();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user