<div dir="ltr">Thanks for the reply! I managed to figure out my mistake. It was a simple problem with the url-pattern in my web.xml. So, the POST URLs were being routed properly, but the PATCH URLs were not. <div><br></div><div>- Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 12, 2019 at 5:00 PM Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com">sdouglas@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is actually coming from the Servlet API, from HttpServlet. How are you actually trying to handle the PATCH method? You must have extended HttpServlet because that is what gives the error message, but it does not have a doPatch method so I am not sure how you are planning on handling the actual request?<div></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 13 Dec 2019 at 01:44, Chris Baumgartner &lt;<a href="mailto:chris.baumgartner@fujifilm.com" target="_blank">chris.baumgartner@fujifilm.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>My company is using Wildfly 10.0.0. Sorry, but I&#39;m not sure what version of undertow is in it.</div><div><br></div><div>I have a client application that is trying to perform an HTTP PATCH request. The error that is being returned to the client is &quot;Method PATCH is not defined in RFC 2068 and is not supported by the Servlet API&quot;. This isn&#39;t true, because it is in RFC 2068. </div><div><br></div><div>I can see that HTTP POST methods are reaching my servlet, but PATCH methods are not.</div><div><br></div><div>If I run the servlet in another Web server (Jetty), it works just fine.</div><div><br></div><div>I&#39;ve been searching through both Wildfly and Undertow code, and I can&#39;t figure out where this error is coming from.</div><div><br></div><div>Does undertow support HTTP PATCH requests? I&#39;m assuming it does, and there is some configuration setting that I need, but I&#39;m not sure which one.</div><div><br></div><div>Any help is greatly appreciated.</div><div><br></div><div>Thanks.</div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div>Chris Baumgartner<br>Java Software Developer<br>FUJIFILM Medical Systems U.S.A., Inc.<br>TeraMedica Division<br>10400 Innovation Drive, Suite 200<br>Milwaukee, WI 53226<br>Office: (414) 908-7724<br><a href="http://www.teramedica.com" target="_blank">www.teramedica.com</a><br><br><b>Helping provide healthcare experiences that enhance the quality of life. </b><br></div></div></div></div>

<br>
<font face="Arial, sans-serif" size="1">NOTICE:  This message, including any attachments, is only for the use of the intended recipient(s) and may contain confidential, sensitive and/or privileged information, or information otherwise prohibited from dissemination or disclosure by law or regulation, including applicable export regulations.  If the reader of this message is not the intended recipient, you are hereby notified that any use, disclosure, copying, dissemination or distribution of this message or any of its attachments is strictly prohibited.  If you received this message in error, please contact the sender immediately by reply email and destroy this message, including all attachments, and any copies thereof.</font>_______________________________________________<br>
undertow-dev mailing list<br>
<a href="mailto:undertow-dev@lists.jboss.org" target="_blank">undertow-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a></blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Chris Baumgartner<br>Java Software Developer<br>FUJIFILM Medical Systems U.S.A., Inc.<br>TeraMedica Division<br>10400 Innovation Drive, Suite 200<br>Milwaukee, WI 53226<br>Office: (414) 908-7724<br><a href="http://www.teramedica.com" target="_blank">www.teramedica.com</a><br><br><b>Helping provide healthcare experiences that enhance the quality of life. </b><br></div></div></div>

<br>
<font face="Arial, sans-serif" size="1">NOTICE:  This message, including any attachments, is only for the use of the intended recipient(s) and may contain confidential, sensitive and/or privileged information, or information otherwise prohibited from dissemination or disclosure by law or regulation, including applicable export regulations.  If the reader of this message is not the intended recipient, you are hereby notified that any use, disclosure, copying, dissemination or distribution of this message or any of its attachments is strictly prohibited.  If you received this message in error, please contact the sender immediately by reply email and destroy this message, including all attachments, and any copies thereof.</font>