Joe Grandja
2b81983f7c
Update to Java 8 compatibility
...
* Spring IO Athens-BUILD-SNAPSHOT -> Cairo-BUILD-SNAPSHOT
* CGLib 3.1 -> 3.2.5 latest release Issue related to ASM https://github.com/cglib/cglib/issues/20
* AssertJ 2.2.0 -> 3.6.2 latest release
* PowerMock 1.6.2 -> 1.6.5 latest release is 1.6.6 but has regression Issue https://github.com/powermock/powermock/issues/717
* Update maven-compiler-plugin source/target to 1.8
9 years ago
Rob Winch
8a05548dcb
Use Spring IO Brussels-SR1
9 years ago
Rob Winch
4f265c8fbc
Update taglib version
9 years ago
Rob Winch
3ca78df15f
Fix Security version Test
9 years ago
Rob Winch
78c5c733e5
Update to 5.0.0.BUILD-SNAPSHOT
9 years ago
borlafu
8a458eb9e1
Avoid multiple X-Frame-Options headers
...
XFrameOptionsHeaderWriter should not *add*, but *set* the
X-Frame-Options header. According to
https://tools.ietf.org/html/rfc7034#section-2.1 , having
multiple values for the header is disallowed:
"There are three different values for the header field.
These values are mutually exclusive; that is, the header
field MUST be set to exactly one of the three values."
With this change, only the latest XFrameOptionsHeaderWriter
will remain.
9 years ago
Rob Winch
d2524eadfc
Update poms to new to SNAPSHOT version
9 years ago
Spring Buildmaster
db08be05ee
Next development version
9 years ago
Spring Buildmaster
081f0c4d94
Release version 4.2.2.RELEASE
9 years ago
Rob Winch
247f54dc41
Fix SwitchUserFilter.setSwitchFailureUrl assertion
...
Fixes gh-4198
9 years ago
Rob Winch
017e9834bd
Fix NPE in UrlUtils with null url
...
Fixes gh-4233
9 years ago
Rob Winch
49719480a8
Fix configuration-source-ref doc
...
Fixes gh-4200
9 years ago
Rob Winch
f3edaa673a
Fix SecurityNamespaceHandler Version Error Message
...
Fixes gh-4210
9 years ago
pkovacs
f99fe36e02
Refer to SimpleGrantedAuthority instead of GrantedAuthorityImpl
...
GrantedAuthorityImpl has been replaced a couple of years ago with
SimpleGrantedAuthority and this commit fixes the documentation items
which weren’t updated to reflect this change.
Fixes gh-4163.
9 years ago
Joris Kuipers
546d44d6e7
Fix NPE in WebSocketMessageBrokerSecurityBeanDefinitionParser
...
Fixes gh-4112
Closes gh-4194
9 years ago
stonio
901a4e183a
Update SecurityContextHolder.java
...
Use StringUtils.hasText
9 years ago
Artyom Kosykh
72d08a2a5f
Fix index.adoc typo
9 years ago
Kazuki Miyahara
2ac51c9c7f
Fix class name in comment
9 years ago
Rob Winch
b64cdb5765
Fix RoleHiearchyUtilsTests on Windows
...
Fixes gh-4228
9 years ago
pkovacs
aa31f1f695
Update required JDK version to JDK8
...
Fixes gh-4154.
9 years ago
Eddú Meléndez
8353984733
Fix warning from spring-boot plugin
9 years ago
SendilKumar N
c31bdb6390
SCryptPasswordEncoder to take default keyLength value
...
Fixes gh-4225
Closes gh-4231
9 years ago
Rob Winch
168f4b8f70
Prevent Duplicate Cache Headers
...
Fixes gh-4199
9 years ago
Rob Winch
9c03571bbb
Use message in all Assert
...
This ensures compatibility with Spring 5.
Fixes gh-4193
9 years ago
Rob Winch
4c79107e01
Force mockito-core version
9 years ago
Rob Winch
3f543d0fbd
Use anyListOf
...
Fixes compatability with Spring IO Cairo
9 years ago
Rob Winch
08104eb06c
Add eclipseConfiguration Gradle task
9 years ago
Rob Winch
b54d350e54
AspectJ fixes for Spring IO
9 years ago
Rob Winch
b5e0886bde
update to spring-io-plugin:0.0.6
...
- Update spring-io-plugin
- Update Spring Boot because spring-io-plugin now requires
non passive dependency management plugin
9 years ago
Kazuki Shimizu
38492a5794
Add since version in javadoc
...
Issue: gh-4130
9 years ago
Spring Buildmaster
b7541d56d0
Next development version
9 years ago
Spring Buildmaster
7a7ce11ebb
Release version 4.2.1.RELEASE
9 years ago
Eddú Meléndez
028854b936
Add HttpSessionRequestCache sessionAttrName property
...
This commit allows to customize the session attribute name. Default is
SPRING_SECURITY_SAVED_REQUEST.
Fixes gh-4130
9 years ago
stonio
aa5df61eff
Fix index.adoc typo
9 years ago
stonio
6df5b76f24
Fix test.adoc typo
9 years ago
stonio
c8ed130008
Fix websocket.adoc typo
9 years ago
Rob Winch
d39f3385b6
Polish DefaultHttpFirewallTests
...
Issue gh-4169
9 years ago
Rob Winch
6bec625e68
Update to Spring 4.3.5.RELEASE
...
Fixes gh-4167
9 years ago
Rob Winch
666e356ebc
Block URL Encoded "/" in DefaultHttpFirewall
...
Fixes gh-4169
9 years ago
Rob Winch
fc516b55a6
Fix Build Against Spring 5.0.0.BUILD-SNAPSHOT
...
Change Bean definition to static to avoid SPR-12646
Fixes gh-4150
9 years ago
Rob Winch
bb834bccf6
Polish Exception Message
...
Polish Exception message for bad salt in BCrypt
Issue gh-4147
9 years ago
Jan Brennenstuhl
09436649cc
handling null-values for salts properly now - fixes gh-4147
9 years ago
Johnny Lim
f94399cff9
Polish
9 years ago
Dapeng
94fb1893de
fix typo "RemoteIpValve"
10 years ago
Johnny Lim
3185876a7d
Remove dead code in AclAuthorizationStrategyImplTests
10 years ago
Spring Buildmaster
2cb38ae115
Next development version
10 years ago
Spring Buildmaster
24fcb6c45a
Release version 4.2.0.RELEASE
10 years ago
Rob Winch
a9024de734
Polish Spring Version Update
...
Fix related tests.
Issue gh-4123
10 years ago
Rob Winch
fd9f57eb5f
Update What's New changelogs
10 years ago
Rob Winch
7259759f8d
Update to Spring LDAP 2.2.0.RELEASE
...
Fixes gh-4124
10 years ago