mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
67d78eb61c
Prior to this commit, the `DefaultServerRequestObservationConvention` for Servlet failed when the HTTP response status was invalid (for example, set to "0"). This commit catches `IllegalArgumentException` thrown for such invalid HTTP status and instead returns an unknown outcome for the observation. Fixes gh-33725