Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit e45378d

Browse files
eleftheriassdeleuze
authored andcommitted
Remove unnecessary Spring Security servlet hints
Closes gh-1392
1 parent 3af9edf commit e45378d

File tree

1 file changed

+0
-1
lines changed
  • spring-native-configuration/src/main/java/org/springframework/security/config/annotation/web/configuration

1 file changed

+0
-1
lines changed

spring-native-configuration/src/main/java/org/springframework/security/config/annotation/web/configuration/WebMvcSecurityHints.java

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
// TODO interesting that gs-securing-web causes these to be needed although it is in thymeleaf (due to SpEL expressions I think)
3838
types = {@TypeHint(
3939
typeNames = "org.thymeleaf.standard.expression.RestrictedRequestAccessUtils$RestrictedRequestWrapper",
40-
types = {HttpServletRequestWrapper.class, ServletRequestWrapper.class, ServletRequest.class},
4140
access = { TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.PUBLIC_METHODS, TypeAccess.DECLARED_FIELDS})
4241
})
4342
public class WebMvcSecurityHints implements NativeConfiguration {

0 commit comments

Comments
 (0)