修改自治区扫描接口漏洞问题-对话接口处理,也做拦截
This commit is contained in:
@@ -56,10 +56,10 @@ public class RequestWrapperFilter implements Filter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 检查是否是SSE流式响应 - 不处理
|
// 检查是否是SSE流式响应 - 不处理
|
||||||
if (isSseResponse(httpRequest, httpResponse)) {
|
// if (isSseResponse(httpRequest, httpResponse)) {
|
||||||
chain.doFilter(request, response);
|
// chain.doFilter(request, response);
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 检查URL是否需要解密
|
// 检查URL是否需要解密
|
||||||
if (needProcess(httpRequest)) {
|
if (needProcess(httpRequest)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user