Hello.
I was trying to add my own filters to a resource on Orion, and I see that this error included below occurs on every filter attempt. I thought it was my own syntax until I tried the sample filters provided. The resource in question is High errors and discards todayOrion Website Error
An error has occurred with the Orion website.
System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (SubTitle="... XX Today (3548 ERRORS ..."). at System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) at System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) at System.Web.HttpRequest.get_Form() at System.Web.HttpRequest.get_HasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.orion_proxy_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
A few example filters are :Filter the results to only show Nodes that are not UPStatus<>1The valid status levels are :
-I was using "Interface Errors <br /> Except 3548s -jp" as the description for the resource.
I don't think it liked one of the html markup characters or the hyphen -.
Resolved.