Skip to content
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

prevent java.lang.StringIndexOutOfBoundsException #213

Conversation

sephiroth-j
Copy link
Contributor

... when text starts with <![CDATA[ but does not end with ]]>. This also allows to add <![CDATA[ as text content.

fixes #133

when text starts with `<![CDATA[` opening but does not end with `]]>`.
This also allows to add `<![CDATA[` as text content.

fixes eclipse-ee4j#133

Signed-off-by: Ronny Perinke <23166289+sephiroth-j@users.noreply.github.com>
Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasj lukasj merged commit 550ca17 into eclipse-ee4j:master May 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StringIndexOutOfBoundsException from com.sun.xml.messaging.saaj.soap.impl.ElementImpl#addTextNode
2 participants