codeconsole commented on code in PR #16375:
URL: https://github.com/apache/grails-core/pull/16375#discussion_r4073510175
##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/lang/groovy/application.rocker.raw:
##########
@@ -72,7 +72,9 @@ class Application extends GrailsAutoConfiguration {
bean('filterChain', SecurityFilterChain) { HttpSecurity http ->
http
.authorizeHttpRequests {
- it.requestMatchers('/', '/index', '/index.gsp', '/error',
'/assets/**').permitAll()
+ // The browser fetches the favicon on its own, also for
the login and logout pages;
Review Comment:
Is the browser really fetching on it own? or does the page not define the
favicon location? I think the browser only fetches is from the root location
if the page doesn't have the override location.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]