wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
521 stars 49 forks source link

[fix] string-based redirections with flash attributes not working #146

Closed xhaggi closed 6 days ago

xhaggi commented 6 days ago

To solve this issue, the special view name prefixes must be changed from htmx:redirect:/path, htmx:location:/path to redirect:htmx:/path, redirect:htmx:location:/path.

Fixes #144