mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
803d7b50b9
Prior to this commit, ServletWebRequest would call HttpServletResponse.getStatus(), which is a Servlet 3.x method. This commit checks if this method is available before calling it, thus keeping Servlet 2.5 compatibility. Issue: SPR-13396