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

webx 处理json请求的循环引用问题 #39

Open
pancz opened this issue Jun 7, 2017 · 0 comments
Open

webx 处理json请求的循环引用问题 #39

pancz opened this issue Jun 7, 2017 · 0 comments

Comments

@pancz
Copy link

pancz commented Jun 7, 2017

com.alibaba.citrus.turbine.pipeline.valve.RenderResultAsJsonValve中
PrintWriter out = response.getWriter(); String jsonResult = JSON.toJSONString(resultObject); if (outputAsJson) { out.print(jsonResult); } else { out.print("var "); out.print(javascriptVariable); out.print(" = "); out.print(jsonResult); out.print(";"); }
什么时候帮忙解决 @wenshao @superbaobao @cqsuper

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

No branches or pull requests

1 participant