Files
spring-security/web/src/test/java/org/springframework/security
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
..
2019-03-14 15:46:20 -05:00
2020-07-08 14:47:51 -06:00
2019-03-14 15:46:20 -05:00
2019-03-14 15:46:20 -05:00