Removed Form.browser
ref: http://issues.umbraco.org/issue/U4-11555 Also removed the referenced classes... - FormRewriterControlAdapter - UrlRewriterFormWriter - LegacyRequestInitializer These were being used to rewrite the `action` value on rendered `<form runat=server>` tags, (a la WebForms).
This commit is contained in:
@@ -98,11 +98,6 @@ namespace Umbraco.Web
|
||||
|
||||
// ok, process
|
||||
|
||||
// create the LegacyRequestInitializer
|
||||
// and initialize legacy stuff
|
||||
var legacyRequestInitializer = new LegacyRequestInitializer(httpContext.Request.Url, httpContext);
|
||||
legacyRequestInitializer.InitializeRequest();
|
||||
|
||||
// create the UmbracoContext singleton, one per request, and assign
|
||||
// replace existing if any (eg during app startup, a temp one is created)
|
||||
UmbracoContext.EnsureContext(
|
||||
|
||||
Reference in New Issue
Block a user