You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open an "invoke" tab for a verb with a complex parameter type, such as Orion.Containers.CreateContainer.
Provide malformed XML, such as an unquoted & or < character or unbalanced XML tags, in the argument textarea.
Click Invoke.
Expected results: a clear error message.
Actual results: unhandled exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 1, position 204.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseEntityName()
...
Steps to reproduce:
Orion.Containers.CreateContainer
.&
or<
character or unbalanced XML tags, in the argument textarea.Expected results: a clear error message.
Actual results: unhandled exception.
Reported by thwack user ryan.davis26 in https://thwack.solarwinds.com/message/382767.
The text was updated successfully, but these errors were encountered: