mhyeon.lee
eb897ac69c
Fix oauth2login loginProcessingUrl NPE for java config
...
Java Config http.oauth2Login().loginProcessingUrl("url"); throws NPE.
Override loginProcessingUrl method and cached config url.
Then when the config is initialized,
it calls the super method to complete the configuration.
Fixes gh-5488
8 years ago
Rob Winch
bd8180da12
Update to Spring Boot 2.0.3.RELEASE
...
Issue: gh-5454
8 years ago
Rob Winch
5dabff25c3
Next Development Version
8 years ago
Rob Winch
09429479fe
Release 5.0.6.RELEASE
8 years ago
Rob Winch
dc602c0840
Update to Spring Framework 5.0.7
...
Fixes: gh-5425
8 years ago
Rob Winch
fedc183b5b
Fix htmlunit
...
Fixes: gh-5426
8 years ago
Rob Winch
d3f12f0ee7
Update to Selenium 3.12.0
...
Fixes: gh-5427
8 years ago
Rob Winch
2a723cf5c7
Update to htmlunit-driver:2.31.0
...
Fixes: gh-5428
8 years ago
Rob Winch
6f32303866
Update to hibernate-validator:6.0.10.Final
...
Fixes: gh-5429
8 years ago
Rob Winch
400adaef1c
Update to Hibernate 5.2.17
...
Fixes: gh-5430
8 years ago
Rob Winch
9924d6e920
Update to hsqldb:2.4.1
...
Fixes: gh-5431
8 years ago
Rob Winch
6cfd30aee8
Update to assertj-core:3.10.0
...
Fixes: gh-5432
8 years ago
Rob Winch
1abdb69615
Update to htmlunit:2.31
...
Fixes: gh-5433
8 years ago
Rob Winch
b07f6b0178
Update to unboundid-ldapsdk:4.0.6
...
Fixes: gh-54234
8 years ago
Rob Winch
f0eec1b03b
Update to oauth2-oidc-sdk:5.62
...
Fixes: gh-5435
8 years ago
Rob Winch
6ca6d80184
Update to nimbus-jose-jwt:5.11
...
Fixes: gh-5436
8 years ago
Rob Winch
ce5eec8761
Update to Jackson 2.9.6
...
Fixes: gh-5424
8 years ago
Rob Winch
86e03b3fb4
Update to Spring Boot 2.0.2.RELEASE
...
Fixes: gh-5423
8 years ago
Rob Winch
c909264b31
Update GAE to 1.9.64
...
Fixes: gh-5422
8 years ago
Rob Winch
f52ab9a146
Update to Reactor Bismuth SR10
...
Fixes: gh-5421
8 years ago
Rob Winch
ad2cb501b8
Add cross references to ReactorContextTestExecutionListener
...
Fixes: gh-5418
8 years ago
Rob Winch
8659a4b555
Add UserDetailsRepositoryReactiveAuthenticationManager.setScheduler
...
Fixes: gh-5417
8 years ago
Joe Grandja
e04b29426b
DefaultLoginPageGeneratingFilter escapes OAuth2 ClientRegistrations
...
Fixes gh-5394
8 years ago
Josh Cummings
350d434e28
Next Development Version
8 years ago
Josh Cummings
bbfc3d2b4b
Release 5.0.5.RELEASE
8 years ago
Rob Winch
a7e4f36dbe
Update to Spring Data Kay SR7
...
Fixes: gh-5318
8 years ago
Rob Winch
e61aafe115
Update to Reactor Bismuth SR9
...
Fixes: gh-5319
8 years ago
Rob Winch
ff95388ce1
Update to Spring 5.0.6
...
Fixes: gh-5290
8 years ago
Rob Winch
545228cf8d
Documentation typo fixes
...
Fixes: gh-5317
8 years ago
Denys Ivano
7b8fa90d96
Add accessDeniedHandler method to ExceptionHandlingSpec
...
This allows to configure accessDeniedHandler in ExceptionTranslationWebFilter through ServerHttpSecurity.
Issue: gh-5257
8 years ago
Alexander Münch
c30e218f1f
Avoid unnecessary grow of ArrayList
...
Adapted ArrayList size in CacheControlHeadersWriter::createHeaders()
Fixes: gh-5310
8 years ago
XYUU
70d284865f
DefaultLoginPageGeneratingFilter should calculate ContentLength using UTF-8
...
Fixes: gh-5309
8 years ago
Johnny Lim
a4b5523063
Fix 'attributes' deprecation warning in spring-security-docs-guides
...
Fixes: gh-5308
8 years ago
Kazuki Shimizu
8883ec17e5
Fix JdbcDaoImpl Javadoc
...
Fix incorrect explanation for customizing query on JdbcDaoImpl
Issue: gh-5306
8 years ago
Joe Grandja
f524da3edc
Add test NimbusUserInfoResponseClient sets Accept header to JSON
...
Issue gh-5294
8 years ago
Joe Grandja
e1e464387e
NimbusUserInfoResponseClient sets Accept header to JSON
...
Fixes gh-5294
8 years ago
Rob Winch
a5dc48f9d9
Improve PasswordEncoder deprecated notices
...
Fixes: gh-5296
8 years ago
Rob Winch
9b722a9c85
Update to Spring Framework 5.0.6.BUILD-SNAPSHOT
...
Issue: gh-5290
8 years ago
Rob Winch
884a4e46df
Update to selenium 3.11.0
...
Fixes: gh-5289
8 years ago
Rob Winch
01c2d57d46
Update to mockito-core:2.18.3
...
Fixes: gh-5284
8 years ago
Rob Winch
c9e42ce756
Update to htmlunit:2.30
...
Fixes: gh-5283
8 years ago
Rob Winch
9b0b933736
Update to aspectj 1.9.1
...
Fixes: gh-5282
8 years ago
Rob Winch
0169b8746b
Update to javax.servlet-api:4.0.1
...
Fixes: gh-5281
8 years ago
Rob Winch
25a87051a6
Update to oauth2-oidc-sdk:5.61
...
Fixes: gh-5280
8 years ago
Rob Winch
7edf9fc6c8
Update to nimbus-jose-jwt:5.10
...
Fixes: gh-5279
8 years ago
Rob Winch
a06f1e3936
Update Spring Boot 2.0.1.RELEASE
...
Fixes: gh-5278
8 years ago
Rob Winch
b296d2eaa5
Update GAE 1.9.63
...
Fixes: gh-5277
8 years ago
Rob Winch
11a8c76991
Add update-dependencies.sh
...
Fixes: gh-5276
8 years ago
Rob Winch
2f441f18e6
Make MIN_SPRING_VERSION Dynamic
...
Fixes: gh-5065
# Conflicts:
# core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
8 years ago
Joe Grandja
a7de1e363f
OAuth2LoginAuthenticationFilter should handle null ClientRegistration
...
Fixes gh-5251
8 years ago