redirect_uri 被Xss拦截器拦截 #IDEANO

This commit is contained in:
shimingxy
2026-01-07 10:23:56 +08:00
parent b370516ccd
commit 3a099ca19b
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ package org.dromara.maxkey.exception;
*/
public class BusinessException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 7960700377711971191L;
/**
* 异常编码
*/
private Integer code;

View File

@@ -58,6 +58,7 @@ public class WebXssRequestFilter extends GenericFilterBean {
skipUrlMap.put("/authz/cas/", "/authz/cas/");
skipUrlMap.put("/authz/cas/login", "/authz/cas/login");
skipUrlMap.put("/authz/oauth/v20/authorize", "/authz/oauth/v20/authorize");
skipUrlMap.put("/authz/oauth/v20/token", "/authz/oauth/v20/token");
//TENCENT_IOA
skipUrlMap.put("/oauth2/authorize", "/oauth2/authorize");