-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML parsing error under some unrecognized circumstance #469
Comments
I cannot reproduce this issue. I managed to save tasks containing many different symbols. I tried with all the keys in the keyboard:
|
Yeah, it seems no so easy to reproduce it. My first suspicion was against the
|
Related PR: #413 |
The Ext Js framework is probably using custom code for all the XML generation and parsing. I think it would be safer to use the facilities provided by the browser, namely DOMParser and XMLSerializer. Some tips on how to use them: https://stackoverflow.com/a/34047092 |
A deny service can be actionated very easily just adding a
?
in the description field of the task.Apache shows the next error:
Apparently there is a XML parsing error due to a unescaped
?
char in the text file.Environment:
The text was updated successfully, but these errors were encountered: