spring.mvc.favicon.enabled=false
spring.favicon.enabled=false
The above properties on src/main/resources/application.properties does not work on both of spring-boot 1.2.x and 1.1.x .
sample project: https://github.com/nabedge/sb-favicon-sample
- start sample application
- go http://localhost:8080/
- click link "get favicon.ico"
expected behavior: 404 not found.
actual behavior: download default favicon (green leaf image)