Tag: Java

Michael HönnigMichael Hönnig

Recently I ran across a missing `method="post"` in a `

` tag within a Thymeleaf template which was working despite an `@PostMapping` annotation of the SpringFramework on the controller method. I was wondering how this could happen and did some investigation. Hopefully this article gives a better chance for the next one who runs into this problem.