提交 09a6d5c5 编写于 作者: K kohsuke

this involves executing code sent from the remote JVM. Requires protection

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17545 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7926a204
......@@ -2662,6 +2662,7 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl
* Handles HTTP requests for duplex channels.
*/
public void doDuplexChannel(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException, InterruptedException {
checkPermission(ADMINISTER);
requirePOST();
UUID uuid = UUID.fromString(req.getHeader("Session"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册