ignore RedirectAttributesModelMap.

This commit is contained in:
shalousun 2021-11-04 14:45:23 +08:00
parent 83b3b327ce
commit e4b7b9e181
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ public class JavaClassValidateUtil {
case "org.springframework.ui.Model":
case "org.springframework.ui.ModelMap":
case "org.springframework.web.servlet.ModelAndView":
case "org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap":
case "org.springframework.validation.BindingResult":
case "javax.servlet.http.HttpServletRequest":
case "javax.servlet.http.HttpServlet":