|
[
Permlink
| « Hide
]
Luke Taylor added a comment - 12/Apr/08 07:27 PM
I've added a check in the session fixation filter to make sure the response hasn't already been committed. If it has, it will log a warning when it would normally have created a new session.
See http://jira.springframework.org/browse/SEC-767. As the user suggests, adding support for flushBuffer in the response wrapper would be a better solution.
I've added flushBuffer to the methods that the reponse wrapper overrides. However, it's still possible that the response will be committed due to the write buffer being filled without an explicit call to flushBuffer.
|
||||||||||||||||||||||||||||||||||||||||||||||