When a valid WFS POST request hits a URL contaning also a valid GET request the dispatcher gets confused as to which one to believe, ends up picking the request method from the URL but the parsed request object from the body, finally resulting in a class cast exception when dispatching the request to the service objects.