-
Notifications
You must be signed in to change notification settings - Fork 39
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
Incorrect getText() after parsing the DOCDECL section #194
Comments
belingueres
added a commit
to belingueres/plexus-utils
that referenced
this issue
Apr 5, 2022
* codehaus-plexus#163 - new case: Don't assume UTF8 as default, to allow parsing from String. * codehaus-plexus#194 - Incorrect getText() after parsing the DOCDECL section.
belingueres
added a commit
to belingueres/plexus-utils
that referenced
this issue
Apr 6, 2022
* codehaus-plexus#163 - new case: Don't assume UTF8 as default, to allow parsing from String. * codehaus-plexus#194 - Incorrect getText() after parsing the DOCDECL section.
belingueres
added a commit
to belingueres/plexus-utils
that referenced
this issue
Apr 14, 2022
* codehaus-plexus#163 - new case: Don't assume UTF8 as default, to allow parsing from String. * codehaus-plexus#194 - Incorrect getText() after parsing the DOCDECL section. * Added tests exercising other regressions exposed while fixing this issues.
belingueres
added a commit
to belingueres/plexus-utils
that referenced
this issue
Apr 15, 2022
* codehaus-plexus#163 - new case: Don't assume UTF8 as default, to allow parsing from String. * codehaus-plexus#194 - Incorrect getText() after parsing the DOCDECL section. * Added tests exercising other regressions exposed while fixing this issues.
Fixed with #195. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In plexus-utils 3.4.1 and 3.4.0, the text inside the DOCDECL section is incorrectly parsed:
In this XML file:
the
getText()
call after parsing the DOCDECL token should be:but was:
ř
The text was updated successfully, but these errors were encountered: