Problem
CsrfPreventionIT fails since it uses the same configuration like SessionCookieIT which means that their test context is shared.
Acceptance Criteria (Required on creation):
CsrfPreventionIT and SessionCookieIT have @DirtiesContext assigned.
Hints (optional):
-