spring-security-workshop icon indicating copy to clipboard operation
spring-security-workshop copied to clipboard

Change postForEntity -> exchange, should be getForEntity -> exchange

Open hetzijzo opened this issue 2 years ago • 1 comments

hetzijzo avatar Mar 23 '23 10:03 hetzijzo

Only found in adding-spring-security/README.adoc the following "<5> We switch from TestRestTemplate.postForEntity(...) to TestRestTemplate.exchange(...), as needed to pass the header.", but that is actually correct.

mrhaki avatar Mar 25 '23 09:03 mrhaki