Browse Source
Refactor FrameworkServlet.doOptions() to capture the "Allow" header by using a HttpServletResponseWrapper. Prior to this commit the HttpServletResponse.getHeader() method was used which is only available in Servlet 3.0 environments. Issue: SPR-10341pull/238/merge
2 changed files with 17 additions and 5 deletions
Loading…
Reference in new issue