I encountered an unexpected behavior when using Spring Boot with Thymeleaf to bind a boolean property with a field name starting with is (e.g., isTest). Spring fails to recognize the property when ...