Some request mappings that were only intended to handle GET requests were unconstrained. The commit adds a method = GET constraint to those mappings to prevent them from handling other HTTP request methods
Some request mappings that were only intended to handle GET requests were unconstrained. The commit adds a method = GET constraint to those mappings to prevent them from handling other HTTP request methods