mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Prior to this commit, one could not test for the absence of a specific HTTP header in a request. This commit adds a headerDoesNotExist() method in MockRestRequestMatchers. Closes gh-23721