ignore HttpHeaders

This commit is contained in:
oppofind 2021-04-27 22:38:36 +08:00
parent a843964b5e
commit a45e890fc8
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ public class JavaClassValidateUtil {
case "javax.servlet.http.HttpServletResponse":
case "org.springframework.web.reactive.function.server.ServerRequest":
case "org.springframework.web.multipart.MultipartHttpServletRequest":
case "org.springframework.http.HttpHeaders":
return true;
default:
return false;