Johnny Lim
|
b6895e6359
|
Apply Checkstyle WhitespaceAfterCheck module
|
2017-11-16 11:18:31 -06:00 |
Johnny Lim
|
d900f2a623
|
Remove unused imports
This commit also adds UnusedImportsCheck Checkstyle module.
|
2017-11-14 14:41:08 -06:00 |
Rob Winch
|
192776858d
|
HttpStatusServerAccessDeniedHandler write error message
|
2017-10-28 22:59:24 -05:00 |
Rob Winch
|
d19b222b55
|
UserDetailsRepositoryReactiveAuthenticationManager uses DelegatingPasswordEncoder
This means passwords will be encoded with BCrypt by default
Issue: gh-2775
|
2017-10-24 07:56:28 -05:00 |
Rob Winch
|
b81c1ce2c0
|
Move spring-security-webflux into spring-security-web
Fixes gh-4662
|
2017-10-18 16:20:09 -05:00 |
Rob Winch
|
211e8eae90
|
Remove formLogin() and httpBasic() from defaults
|
2017-10-12 16:41:01 -05:00 |
Rob Winch
|
792944eee7
|
HttpSecurity->ServerHttpSecurity
Issue gh-4615
|
2017-10-11 13:58:24 -05:00 |
Rob Winch
|
a5af2a07d7
|
HttpHeadersWriter->ServerHttpHeadersWriter
Issue gh-4615
|
2017-10-11 13:58:09 -05:00 |
Rob Winch
|
4681697581
|
UserDetailsRepository->ReactiveUserDetailsService
Issue gh-4615
|
2017-10-11 13:57:30 -05:00 |
Rob Winch
|
71b1720cfe
|
Use WebHttpHandlerBuilder in samples
DispatcherHandler.toHttpHandler was removed
|
2017-09-22 20:36:34 -05:00 |
Rob Winch
|
1f4082e754
|
Fix copyright lines
|
2017-09-18 11:11:25 -05:00 |
Rob Winch
|
3ecf3ea034
|
Fix double * in Copyright headers
|
2017-09-18 10:47:26 -05:00 |
Rob Winch
|
404a8e793e
|
Add WithMockUser & mutateWith to WebFlux Samples
|
2017-09-18 10:18:11 -05:00 |
Rob Winch
|
0eb0e3556b
|
Add hellowebflux-method sample
Fixes gh-4503
|
2017-08-17 16:42:01 -05:00 |