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

Resteasy-1168: Jackson2JsonpInterceptor does not render closing bracket #638

Merged
merged 2 commits into from Apr 6, 2015

Conversation

bedrin
Copy link
Contributor

@bedrin bedrin commented Apr 6, 2015

Jackson2JsonpInterceptor does not render closing bracket because the underlying OutputStream is closed.
So
foo({"foo":"bar"}
Is rendered instead of
foo({"foo":"bar"})

patriot1burke added a commit that referenced this pull request Apr 6, 2015
Resteasy-1168: Jackson2JsonpInterceptor does not render closing bracket
@patriot1burke patriot1burke merged commit 1338b16 into resteasy:master Apr 6, 2015
@bedrin bedrin deleted the RESTEASY-1168 branch April 11, 2015 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants