Spring Operator
|
6cf279f52e
|
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2118 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
7 years ago |
Rob Winch
|
c5e6ee4563
|
Update Dependencies
Fixes: gh-4973
|
8 years ago |
Johnny Lim
|
f3830eec7d
|
Rename userDetailsRepository to userDetailsService
|
8 years ago |
Johnny Lim
|
b6895e6359
|
Apply Checkstyle WhitespaceAfterCheck module
|
8 years ago |
Johnny Lim
|
d900f2a623
|
Remove unused imports
This commit also adds UnusedImportsCheck Checkstyle module.
|
8 years ago |
Rob Winch
|
192776858d
|
HttpStatusServerAccessDeniedHandler write error message
|
8 years ago |
Rob Winch
|
d19b222b55
|
UserDetailsRepositoryReactiveAuthenticationManager uses DelegatingPasswordEncoder
This means passwords will be encoded with BCrypt by default
Issue: gh-2775
|
8 years ago |
Rob Winch
|
b81c1ce2c0
|
Move spring-security-webflux into spring-security-web
Fixes gh-4662
|
8 years ago |
Rob Winch
|
211e8eae90
|
Remove formLogin() and httpBasic() from defaults
|
8 years ago |
Rob Winch
|
792944eee7
|
HttpSecurity->ServerHttpSecurity
Issue gh-4615
|
8 years ago |
Rob Winch
|
a5af2a07d7
|
HttpHeadersWriter->ServerHttpHeadersWriter
Issue gh-4615
|
8 years ago |
Rob Winch
|
4681697581
|
UserDetailsRepository->ReactiveUserDetailsService
Issue gh-4615
|
8 years ago |
Rob Winch
|
71b1720cfe
|
Use WebHttpHandlerBuilder in samples
DispatcherHandler.toHttpHandler was removed
|
8 years ago |
Rob Winch
|
1f4082e754
|
Fix copyright lines
|
8 years ago |
Rob Winch
|
3ecf3ea034
|
Fix double * in Copyright headers
|
8 years ago |
Rob Winch
|
404a8e793e
|
Add WithMockUser & mutateWith to WebFlux Samples
|
8 years ago |
Rob Winch
|
0eb0e3556b
|
Add hellowebflux-method sample
Fixes gh-4503
|
9 years ago |