SEC-297: Stop prepending of context path to full url default targets. Also added more stringent checks on format of injected defaultTargetUrl property.
@ -70,6 +70,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -70,6 +70,7 @@ public class AbstractProcessingFilterTests extends TestCase {
request.setScheme("http");
request.setServerName("www.example.com");
request.setRequestURI("/mycontext/j_mock_post");
request.setContextPath("/mycontext");
returnrequest;
}
@ -154,27 +155,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -154,27 +155,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -199,7 +200,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -199,7 +200,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -226,6 +227,19 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -226,6 +227,19 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -269,7 +283,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -269,7 +283,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -354,7 +368,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -354,7 +368,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -397,7 +411,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -397,7 +411,7 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -424,6 +438,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@@ -424,6 +438,27 @@ public class AbstractProcessingFilterTests extends TestCase {
@ -86,8 +86,8 @@ public class SiteminderAuthenticationProcessingFilterTests extends TestCase {
@@ -86,8 +86,8 @@ public class SiteminderAuthenticationProcessingFilterTests extends TestCase {