Daniel Fernández

Results 75 comments of Daniel Fernández

Thymeleaf 2.1 uses XML parsers underneath, which don't allow you to have non-closed tags. This will change in 3.0. In the meantime, you could refactor your code as: ``` html...

I have not been able to reproduce this, your scenario works for me in 3.0.15. Please provide a sample project (ideally Spring Boot -based) demonstrating the issue.

There is nothing in Thymeleaf's code that indicates high concurrency could affect how an attribute that is not even processed ends up being quoted/unquoted at the final result. I would...

Uses of classes from the `java.beans` package are many and deep, not only in `OGNLShortcutExpression` but also, for instance, in JavaScript serialization code. Also, Google Code's `openbeans` has seen 12...

I'm moving this to thymeleaf core because this `thymeleaf-extras-java8time` module is in the process of being integrated with the core for Thymeleaf 3.1. However, it should be noted that using...

@xdhmoore that's not complaining, that's actually adding valuable feedback :-) Note that, even if pattern matching is not yet available, you can actually test only fragments of templates by providing...

`%FRAGMENT` actually works _before_ the template is rendered. It selects a specific part of the template being executed and only executes that part. `%INCLUDE`... does not exist :-)

> Chrome implemented smooth scrolling in a way that seems to be dependant on the length of the document being scrolled, rather than a fixed time WAT

LibreOffice has also been tested (sending the PDFs to a headless LibreOffice installation in order to ask LibreOffice to convert them to PDF/A-1). Results are really bad, and the output...