When trying to delete an email subscription, I get this error:
An unexpected error occurred whilst performing an AJAX request with the web server. Please try again.
When trying to delete an email subscription, I get this error:
An unexpected error occurred whilst performing an AJAX request with the web server. Please try again.
Is there any more information in the continua eventlog (or the windows eventlog)?
Nothing in the event log, but when I debug with chrome:
[code]Exception: HttpExceptionMessage: A potentially dangerous Request.Path value was detected from the client (>).Stack Trace: at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)[/code]
The name of the list contains “=>”:
MyProject build failed => email developers
Could that be causing the issue?
Yes, that’s probably it… we should be escaping it somehow. We’ll look into it.