You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Log writer and read execute user update to jvm user
* Fix python kill do not kill children process bug
---------
Co-authored-by: peacewong <wpeace1212@gmail.com>
Is your feature request related to a problem? Please describe.
Disable JspServlet initialization.
Solve the conflict problem of Jasper package.
Describe the solution you'd like
The code can disable JSP:
Describe alternatives you've considered
no
Additional context
no
您的功能请求是否与问题有关?请描述一下。
禁用JspServlet初始化。
解决Jasper包的冲突问题。
描述您想要的解决方案
代码可以禁用JSP:
jettyServletWebServerFactory.getJsp().setRegistered(false);
描述你考虑过的备选方案
不
附加上下文
不
The text was updated successfully, but these errors were encountered: