-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
FilteringGeneratorDelegate
does not handle writeString(Reader, int)
#609
Comments
Thank you for reporting this. I hope to look into the issue in future. Any additional info (f.ex. if possible to further isolate the cause, to see if it's filtering part, or just delegate and trunctation) would be useful. |
Thanks for the prompt reply @cowtowncoder. In its current form, If you would hint me some in the right direction, I might try to fix it myself and submit a PR. |
I was about to suggest that there are methods (like variant of |
Ok, so, the problem seems to be
method, and you can work around the issue by avoiding its use. I'll see if I can fix this, but I suspect that there may be issues in trying to use |
FilteringGeneratorDelegate
does not handle writeString(Reader, int)
Will add a partial fix for 2.10(.4): full fix actually needs an API change in |
I am able to reproduce the following bug using
jackson-core-2.10.3
:The text was updated successfully, but these errors were encountered: