You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db7268b841
This commit fixes two issues in `TestRestTemplate`: * it improves the detection of the underlying request factory, using reflection to look inside the intercepting request factory if interceptors were configured * it avoids reusing the same request factory when creating a new `TestRestTemplate` with `withBasicAuth`. Sharing the same instance would result in sharing authentication state (HTTP cookies). Since the original request factory can't be detected consistently, a new one is selected automatically See gh-8697 |
7 years ago | |
---|---|---|
.. | ||
spring-boot | 7 years ago | |
spring-boot-actuator | 7 years ago | |
spring-boot-actuator-autoconfigure | 7 years ago | |
spring-boot-autoconfigure | 7 years ago | |
spring-boot-cli | 7 years ago | |
spring-boot-dependencies | 7 years ago | |
spring-boot-devtools | ||
spring-boot-docs | 7 years ago | |
spring-boot-parent | 7 years ago | |
spring-boot-properties-migrator | ||
spring-boot-starters | 7 years ago | |
spring-boot-test | 7 years ago | |
spring-boot-test-autoconfigure | ||
spring-boot-tools | 7 years ago | |
pom.xml |