Rob Winch
22cbd2c42e
Merge branch '5.8.x'
...
Closes gh-11957
4 years ago
Rob Winch
a5cc1f0b60
Merge branch '5.7.x' into 5.8.x
...
Closes gh-11956
4 years ago
Rob Winch
37dd896d4b
Merge branch '5.6.x' into 5.7.x
...
Closes gh-11955
4 years ago
Dan Allen
e0843aabb1
automatically manage docs version (with collector)
4 years ago
Steve Riesenberg
19fb7e5499
Merge branch '5.8.x'
...
Merged using the ours strategy.
4 years ago
Steve Riesenberg
c1fcf275d9
Update What's New for 5.8
...
Issue gh-11952
4 years ago
Steve Riesenberg
a7000a053b
Merge branch '5.8.x'
4 years ago
Steve Riesenberg
1d706ae13d
Add csrfTokenRequestResolver to CsrfDsl
...
Closes gh-11952
4 years ago
Marcus Da Coregio
c2ed65c67a
Fix failing tests
...
Issue gh-9159
4 years ago
Marcus Da Coregio
22ba358e57
Merge branch '5.8.x'
4 years ago
Marcus Da Coregio
bf6e85ec15
Accept String varargs in securityMatcher
...
Issue gh-9159
4 years ago
Marcus Da Coregio
38a7bbd2eb
Merge branch '5.8.x'
4 years ago
Marcus Da Coregio
ace8caa182
Remove mvcMatchers usage from docs
...
Issue gh-11347
4 years ago
Marcus Da Coregio
76d7a85bc0
Use modified classpath test support for tests that depend on the classpath
...
Issue gh-11347
4 years ago
Marcus Da Coregio
77dcc691b3
Add modified classpath test support
...
Closes gh-11951
4 years ago
Marcus Da Coregio
5002199be3
Revert "Disable tests that need Spring MVC mocked in classpath"
...
This reverts commit c6978fba7c .
4 years ago
Marcus Da Coregio
35f7e46d05
Remove WebSecurityConfigurerAdapter
...
Closes gh-10902
4 years ago
Steve Riesenberg
a10b0f526f
Merge branch 'main'
4 years ago
Marcus Da Coregio
60181e22d3
Upgrade com.unboundid:unboundid-ldapsdk to 6.0.6
...
Closes gh-10210
4 years ago
Steve Riesenberg
3bc76815c2
Update csrf.request-handler-ref in 6.0
...
Issue gh-11918
4 years ago
Steve Riesenberg
5de6da890b
Merge branch '5.8.x'
...
Closes gh-dry-run
4 years ago
Marcus Da Coregio
c6978fba7c
Disable tests that need Spring MVC mocked in classpath
...
Issue gh-11347
4 years ago
Steve Riesenberg
475b3bb6bb
Add deferred CsrfTokenRepository.loadDeferredToken
...
* Move DeferredCsrfToken to top-level and implement Supplier<CsrfToken>
* Move RepositoryDeferredCsrfToken to top-level and make package-private
* Add CsrfTokenRepository.loadToken(HttpServletRequest, HttpServletResponse)
* Update CsrfFilter
* Rename CsrfTokenRepositoryRequestHandler to CsrfTokenRequestAttributeHandler
Issue gh-11892
Closes gh-11918
4 years ago
Steve Riesenberg
c847efd3fd
Fix servlet import
...
Issue gh-11347
Issue gh-9159
4 years ago
Steve Riesenberg
c98de7af2f
Add xss-protection.header-value in 6.0
...
Issue gh-9631
4 years ago
Steve Riesenberg
7c3cc1e386
Merge branch '5.8.x'
4 years ago
Daniel Garnier-Moiroux
0e215a21ad
Add X-Xss-Protection headerValue to XML config
...
Issue gh-9631
4 years ago
Marcus Da Coregio
ad2abd39dc
Merge branch '5.8.x'
...
Closes gh-11347 in 6.0.x
Closes gh-11945
4 years ago
Marcus Da Coregio
039e0328e1
Simplify Java Configuration RequestMatcher Usage
...
If Spring MVC is present in the classpath, use MvcRequestMatcher by default. This commit also adds a new securityMatcher method in HttpSecurity
Closes gh-11347
Closes gh-9159
4 years ago
Steve Riesenberg
ea777a3d7b
Merge branch '5.8.x'
...
Merged using the ours strategy.
4 years ago
Daniel Garnier-Moiroux
bf59d7c374
Update What's New for 5.8
4 years ago
Steve Riesenberg
d9a682a414
Polish gh-11896
4 years ago
Steve Riesenberg
bf9339d88e
Merge branch '5.8.x'
4 years ago
Steve Riesenberg
7f9600ae08
Polish gh-11896
4 years ago
Marcus Da Coregio
5f2744db33
Merge branch '5.8.x'
...
Closes gh-11937
4 years ago
Marcus Da Coregio
64a19de4dc
Deprecate HPKP security header
...
Closes gh-10144
4 years ago
Marcus Da Coregio
80f6bdf50b
Merge branch '5.8.x'
4 years ago
Marcus Da Coregio
7be2eb05d5
Merge branch '5.7.x' into 5.8.x
4 years ago
Marcus Da Coregio
cd4ddde779
Merge branch '5.6.x' into 5.7.x
4 years ago
Daniel Garnier-Moiroux
26bb60c567
Add rncToXsd task description to CONTRIBUTING.adoc
4 years ago
Rob Winch
4479cefade
Default Require Explicit Session Management = true
...
Closes gh-11763
4 years ago
Rob Winch
0d58c5180e
Remove Explicit RequestCache Config from DeferHttpSession Tests
...
Issue gh-11757
4 years ago
Rob Winch
12a0ccf6de
Remove Explicit CSRF Config from DeferHttpSessionTests
...
Issue gh-11764
4 years ago
Rob Winch
617353eaa8
Merge branch '5.8.x'
...
Closes gh-11928
4 years ago
Rob Winch
6d56af7b65
SessionManagementDsl.requireExplicitAuthenticationStrategy
4 years ago
Josh Cummings
8f10deb602
Merge remote-tracking branch 'origin/5.8.x'
4 years ago
Josh Cummings
f054505d6d
Support Deferred Contexts
...
Closes gh-11817
Issue gh-10913
4 years ago
Emil Sierżęga
fc7f87feac
Removed unused test classes SomeDomainObject/Manager
4 years ago
Steve Riesenberg
76fbca9f46
Merge branch '5.8.x'
4 years ago
Daniel Garnier-Moiroux
93250013e4
Make X-Xss-Protection configurable through ServerHttpSecurity
...
OWASP recommends using "X-Xss-Protection: 0". The default is currently
"X-Xss-Protection: 1; mode=block". In 6.0, the default will be "0".
This commits adds the ability to configure the xssProtection header
value in ServerHttpSecurity.
This commit deprecates the use of "enabled" and "block" booleans to
configure XSS protection, as the state "!enabled + block" is invalid.
This impacts HttpSecurity.
Issue gh-9631
4 years ago