SEC-1639: Removed url argument from FilterChainProxy's VirtualFilterChain, since this can be directly computed from the request instance in the debug statements.
@ -142,13 +145,12 @@ public class FilterChainProxy extends GenericFilterBean {
@@ -142,13 +145,12 @@ public class FilterChainProxy extends GenericFilterBean {
(filters==null?" has no matching filters":" has an empty filter list"));
}
@ -159,7 +161,7 @@ public class FilterChainProxy extends GenericFilterBean {
@@ -159,7 +161,7 @@ public class FilterChainProxy extends GenericFilterBean {
@ -287,13 +289,11 @@ public class FilterChainProxy extends GenericFilterBean {
@@ -287,13 +289,11 @@ public class FilterChainProxy extends GenericFilterBean {
@ -302,7 +302,8 @@ public class FilterChainProxy extends GenericFilterBean {
@@ -302,7 +302,8 @@ public class FilterChainProxy extends GenericFilterBean {
+" reached end of additional filter chain; proceeding with original chain");
}
// Deactivate path stripping as we exit the security filter chain
@ -315,7 +316,7 @@ public class FilterChainProxy extends GenericFilterBean {
@@ -315,7 +316,7 @@ public class FilterChainProxy extends GenericFilterBean {