Hello,
My company is using Wildfly 10.0.0. Sorry, but I'm not sure what version of undertow is in it.
I have a client application that is trying to perform an HTTP PATCH request. The error that is being returned to the client is "Method PATCH is not defined in RFC 2068 and is not supported by the Servlet API". This isn't true, because it is in RFC 2068.
I can see that HTTP POST methods are reaching my servlet, but PATCH methods are not.
If I run the servlet in another Web server (Jetty), it works just fine.
I've been searching through both Wildfly and Undertow code, and I can't figure out where this error is coming from.
Does undertow support HTTP PATCH requests? I'm assuming it does, and there is some configuration setting that I need, but I'm not sure which one.
Any help is greatly appreciated.
Thanks.
--
Chris Baumgartner
Java Software Developer
FUJIFILM Medical Systems U.S.A., Inc.
TeraMedica Division
10400 Innovation Drive, Suite 200
Milwaukee, WI 53226
Office: (414) 908-7724
www.teramedica.comHelping provide healthcare experiences that enhance the quality of life.