diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 104b104..c885d82 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -78,7 +78,8 @@ quarkus.http.auth.proactive=true quarkus.security.deny-unannotated-endpoints=false # Permissions pour accès public aux ressources statiques et pages publiques -quarkus.http.auth.permission.public.paths=/*.css,/*.js,/*.png,/*.jpg,/*.jpeg,/*.gif,/*.svg,/*.woff,/*.woff2,/*.ttf,/*.eot,/resources/* +# Format Quarkus : ** pour plusieurs segments de path +quarkus.http.auth.permission.public.paths=/resources/**,/jakarta.faces.resource/**,/static/**,/webjars/** quarkus.http.auth.permission.public.policy=permit # Authentification requise pour toutes les autres pages