Disable csrf through property no longer works and we already have it in WebSecurityConfig. Thymeleaf templates caching is set on the resolvers themselves
This commit is contained in:
parent
96d11697d4
commit
2a6b3d189e
@ -18,20 +18,15 @@ spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.HSQLDialect
|
||||
spring.datasource.driver-class-name=org.hsqldb.jdbc.JDBCDriver
|
||||
|
||||
logging.level.org.thymeleaf=DEBUG
|
||||
logging.level.org.thymeleaf.TemplateEngine.CONFIG=TRACE
|
||||
logging.level.org.thymeleaf.TemplateEngine.TIMER=TRACE
|
||||
logging.level.org.thymeleaf.TemplateEngine.cache.TEMPLATE_CACHE=TRACE
|
||||
logging.level.org.springframework.web=TRACE
|
||||
logging.level.org.thymeleaf=INFO
|
||||
logging.level.org.thymeleaf.TemplateEngine.CONFIG=INFO
|
||||
logging.level.org.thymeleaf.TemplateEngine.TIMER=INFO
|
||||
logging.level.org.thymeleaf.TemplateEngine.cache.TEMPLATE_CACHE=INFO
|
||||
logging.level.org.springframework.web=INFO
|
||||
logging.level.org.springframework=INFO
|
||||
logging.level.org.springframework.boot.devtools=INFO
|
||||
logging.level.org.owasp=DEBUG
|
||||
logging.level.org.owasp.webgoat=TRACE
|
||||
|
||||
# Needed for creating a vulnerable web application
|
||||
security.enable-csrf=false
|
||||
|
||||
spring.thymeleaf.cache=false
|
||||
logging.level.org.owasp.webgoat=DEBUG
|
||||
|
||||
webgoat.start.hsqldb=true
|
||||
webgoat.clean=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user