Pre Merge pull request !145 from runphp/N/A

This commit is contained in:
runphp 2022-02-12 06:02:14 +00:00 committed by Gitee
commit f997dc1670
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class XssFilter implements GlobalFilter, Ordered
/** /**
* 是否是Json请求 * 是否是Json请求
* *
* @param request * @param exchange HTTP请求
*/ */
public boolean isJsonRequest(ServerWebExchange exchange) public boolean isJsonRequest(ServerWebExchange exchange)
{ {