mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
SEC-767: Added override for flushBuffer in response wrapper.
This commit is contained in:
parent
9d54c2d22b
commit
d6e5dbbcfd
@ -150,6 +150,11 @@ public class SessionFixationProtectionFilter extends SpringSecurityFilter {
|
||||
startNewSession();
|
||||
super.sendRedirect(location);
|
||||
}
|
||||
|
||||
public void flushBuffer() throws IOException {
|
||||
startNewSession();
|
||||
super.flushBuffer();
|
||||
}
|
||||
|
||||
/**
|
||||
* Calls <code>startNewSessionIfRequired()</code>
|
||||
|
Loading…
x
Reference in New Issue
Block a user