We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
下图中执行失败,导致AjaxValue.java 中线程绑定资源没有被回收,导致下一次执行由于线程中缓存了错误的信息,程序执行失败
try { this.writeExecuteResult(request, response); } finally { SuFormProperties.subFormGetterProcessThreadLocal.remove(); GroovyShellEvaluate.pluginThreadLocal.remove(); UpdateSite.pluginArts.remove(); }
考虑将回收资源的代码放到MethodFilterInterceptor中去
MethodFilterInterceptor
The text was updated successfully, but these errors were encountered:
move threadLocal reallocal to TisExceptionInterceptor #236
27b57fa
No branches or pull requests
下图中执行失败,导致AjaxValue.java 中线程绑定资源没有被回收,导致下一次执行由于线程中缓存了错误的信息,程序执行失败
考虑将回收资源的代码放到
MethodFilterInterceptor
中去The text was updated successfully, but these errors were encountered: