Rob Winch
Rob Winch
Thanks for your work on this. I'm eager to simplify the testing within Spring Security as well as our users testing of X509 with `WebTestClient`. > Not knowing the exact...
> They're both using bindToApplicationContext actually. As you will see for [bindToServer](https://docs.spring.io/spring-boot/reference/testing/spring-boot-applications.html#testing.spring-boot-applications.with-running-server) it's only the SpringBootTest with a random port. You need to comment out @AutoConfigureWebTestClient whose Javadoc says clearly...
Skipping `configureClient` makes it a little more concise, but it still requires users to write their tests differently (use `MockServerSpec`) if they need to use sslInfo vs if they don't...
@ynojima Thank you for reaching out (again) and pointing me to your comment! Sorry I had missed your comment. Let's move all of the discussion to here going forward. I'd...
Thanks! I'm taking a look at your sample now.
Thank you for putting this together. I have tried the sample in both FireFox and Chrome. In Chrome 65.0.3325.181 with Web Authentication API I attempt to register my U2F FIDO...
Thanks @dsyer! Do you think that this is truly a problem with testjars or is it a problem with vscode?
Thank you @franticticktick! Would you be interested in submitting a PR that targets 6.4.x?
Thanks for the Pull Request! This is now merged into main :smile:
I'm also interested in this for Spring Security's Reactive support.