Jacob Chafik

Results 2 issues of Jacob Chafik

Thymeleaf 3.0.9.RELEASE Thymeleaf Security 3.0.2.RELEASE Thymeleaf Layout 2.2.2 Spring 4.3.13.RELEASE Spring Webflow 2.4.5.RELEASE Calling `#fields.detailedErrors()` from a Spring Webflow form results in a `BindingModel$FieldPrefixErrorMessage` exception. The issue is that Webflow...

tracker:question

When specifying `cacheBustingQueryParam`, the private `cacheBusting` is invoked, unintentionally prefixing the resulting string with `/`. This disrupts relative URLs, causing incorrect path resolution. https://github.com/itgalaxy/favicons/blob/a4e4367642d3938732804d95f0b5e709e286ef8e/src/platforms/base.ts#L101 ```typescript const url = new URL(path,...