Skip to content
Snippets Groups Projects
Commit 589a37ba authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TS RABB-811] Add caching for files JS, assets

Authorize other assets files in spring security. Otherwise it breaks post authentication redirections
parent 37e8190a
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -101,6 +101,12 @@ public class SecurityConfig extends BaseCasSecurityConfigurer {
"/actuator/**",
"/swagger-resources/**", "/**/swagger-resources/**", "/swagger-ui.html", "/v2/api-docs", "/webjars/**",
"/*.js",
"/*.css*",
"/*.png*",
"/*.svg*",
"/*.jpg*",
"/*.woff2*",
"/*.ttf*",
"/ngsw*",
"/*ngsw*"
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment