-
Notifications
You must be signed in to change notification settings - Fork 241
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
Validate QName inputs #48
Comments
FilipJirsak
added a commit
that referenced
this issue
Jul 1, 2018
…fied name contains disallowed character.
I see this is fixed in both 2.0.3 and 2.1.1, when is 2.0.3 to be released? |
anmarker
added a commit
to anmarker/dom4j
that referenced
this issue
Nov 26, 2018
…eption when qualified name contains disallowed character.
@FilipJirsak, doesn't the same issue also apply to the |
Will there be a 2.0.x release with this fix? We have to support older software that has to run with Java 7 still. |
billy-mccarthy
pushed a commit
to billy-mccarthy/dom4j
that referenced
this issue
Oct 21, 2019
…qualified name contains disallowed character.
billy-mccarthy
pushed a commit
to atlassian/dom4j
that referenced
this issue
Oct 21, 2019
…qualified name contains disallowed character.
harkue
pushed a commit
to harkue/dom4j
that referenced
this issue
Oct 23, 2019
…qualified name contains disallowed character. (cherry picked from commit e598eb4)
FilipJirsak
added a commit
to FilipJirsak/dom4j
that referenced
this issue
Mar 12, 2020
…qualified name contains disallowed character.
FilipJirsak
added a commit
that referenced
this issue
Apr 11, 2020
…fied name contains disallowed character. (cherry picked from commit e598eb4)
This was referenced May 9, 2022
This was referenced May 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QName
doesn't validate inputs, so it is possible to createQName
for example with '<' in the tag name.The bug was reported by @mario-areias, thanks!
The text was updated successfully, but these errors were encountered: