SEC-924: Implement automatic injection of namespace created RememberMeServices into custom AbstractProcessingFilter based beans.
http://jira.springframework.org/browse/SEC-924. Delayed setting of NullRememberMeServices in AbstractProcessingFilter until afterPropertiesSet method is called, allowing the null value to be read by the namespace and the confgiured RememberMeServices bean injected.
@ -76,8 +77,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -76,8 +77,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -115,7 +115,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -115,7 +115,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -125,28 +125,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -125,28 +125,6 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -209,25 +187,20 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -209,25 +187,20 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -602,11 +575,13 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -602,11 +575,13 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -614,8 +589,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -614,8 +589,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -644,11 +618,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -644,11 +618,7 @@ public class AbstractProcessingFilterTests extends TestCase {