mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-10 19:26:55 +08:00
redirect_uri 被Xss拦截器拦截 #IDEANO
This commit is contained in:
@@ -24,6 +24,11 @@ package org.dromara.maxkey.exception;
|
||||
*/
|
||||
public class BusinessException extends RuntimeException {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 7960700377711971191L;
|
||||
|
||||
/**
|
||||
* 异常编码
|
||||
*/
|
||||
private Integer code;
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user