-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The JBossWeb DefaultServlet would just handle POSTs to static content automatically as a GET instead:
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { doGet(request, response); }
So we've seen some complaints for people seeing 405s from this change when migrating to EAP 7. Could undertow have an option for similar DefaultServlet.doPost behavior?
- is cloned by
-
JBEAP-12455 [GSS](7.0.z) Call doGet in DefaultServlet.doPost
- Closed
-
JBEAP-12685 [GSS](7.1.0) Call doGet in DefaultServlet.doPost
- Closed