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

Fix Infinite recursion (StackOverflowError) when serializing a SOAP object. #766

Merged
merged 1 commit into from Apr 22, 2015

Conversation

agilbert314
Copy link

I had to to rearrange slightly the OptionalHandlerFactory#findSerializer logic to use the DOMSerializer when handling a SOAP object to fix an infinite recursion.
Look at TestSOAP for a test case.

@cowtowncoder
Copy link
Member

Ok looks good to me, will be happy to merge.

One practicality we do need however is to get a Contributor License Agreement (CLA) from:

https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf

It's a simple one-page form, and needs to be filled, signed, scanned and emailed to info at fasterxml dot com.
Once we have that (it is needed for legal reasons, to ensure all users can re-distribute code, sources) it is enough for any and all Jackson contributions. So just one time hassle.

Thank you once again!

cowtowncoder added a commit that referenced this pull request Apr 22, 2015
Fix Infinite recursion (StackOverflowError) when serializing a SOAP object.
@cowtowncoder cowtowncoder merged commit f517d63 into FasterXML:2.5 Apr 22, 2015
@cowtowncoder
Copy link
Member

Also: +1 for doing this against 2.5, less merging for me! Thank you again.

@agilbert314 agilbert314 deleted the 2.5 branch April 23, 2015 12:54
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.

None yet

2 participants