spring-security/web
Roman Sydorov 896b324722 Updated SimpleSavedRequest#getMethod
Before:
1. SimpleSavedRequest#getMethod returned null
2. SimpleSavedRequest(SavedRequest request) constructor did not set the method field from request

After:
1. SimpleSavedRequest#getMethod returns method property value
2. SimpleSavedRequest(SavedRequest request) constructor sets the method field from request

Closes gh-8675
2020-07-08 14:47:51 -06:00
..
src Updated SimpleSavedRequest#getMethod 2020-07-08 14:47:51 -06:00
spring-security-web.gradle Remove Groovy and Spock Dependencies 2020-02-10 10:38:40 -07:00