direccion unica añadida

This commit is contained in:
2025-10-28 14:05:22 +01:00
parent cecc0c0ea0
commit f770bd07d6
12 changed files with 357 additions and 241 deletions

View File

@ -91,7 +91,6 @@ public class SecurityConfig {
// Ignora CSRF para tu recurso público (sin Ant/Mvc matchers)
.csrf(csrf -> csrf
.ignoringRequestMatchers(pathStartsWith("/presupuesto/public/")))
// ====== RequestCache: sólo navegaciones HTML reales ======
.requestCache(rc -> {
HttpSessionRequestCache cache = new HttpSessionRequestCache();