Due to this change in the FrameworkServlet, we can not use custom HTTP verbs like PROPFIND in our controllers and tests anymore.
What's the proposed way to enable custom HTTP verbs again with Spring WebMVC?
Comment From: jhoeller
It seems that the || httpMethod == null
part was covering other non-standard verbs there. We should be able to restore that behavior.