SEC-572: Added allowSessionCreation (default=true) property to AbstractProcessingFilter and modified it and AuthenticationProcessingFilter to stop them creating a new session for storing data if this property is set to false.
@ -72,7 +73,11 @@ public class AuthenticationProcessingFilter extends AbstractProcessingFilter {
@@ -72,7 +73,11 @@ public class AuthenticationProcessingFilter extends AbstractProcessingFilter {
@ -471,11 +471,9 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -471,11 +471,9 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -488,6 +486,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -488,6 +486,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -61,6 +64,8 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@@ -61,6 +64,8 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@ -70,7 +75,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@@ -70,7 +75,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@ -82,7 +86,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@@ -82,7 +86,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@ -93,7 +96,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@@ -93,7 +96,6 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@ -111,9 +113,40 @@ public class AuthenticationProcessingFilterTests extends TestCase {
@@ -111,9 +113,40 @@ public class AuthenticationProcessingFilterTests extends TestCase {