thymeleaf / thymeleaf-docs

Thymeleaf documentation
Apache License 2.0
44 stars 54 forks source link

Add note about HTML escaping by default for form-related attribute processors #84

Open ultraq opened 2 years ago

ultraq commented 2 years ago

From: https://github.com/thymeleaf/thymeleaf/discussions/877 Could be very useful to add a note that HTML escaping is on by default in Thymeleaf's form-related attribute processors, particularly for those coming from JSPs who used the htmlEscape value there and are looking for Thymeleaf's equivalent.