[java-idp-integration-tests] branch master updated: IDP-1234 - Remove semi-colon from CAS URL
Tom Zeller
tzeller at dragonacea.biz
Mon Jan 22 13:31:06 EST 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=1851bebaf537ddd1844b5bace31aff9cda8bf131
The following commit(s) were added to refs/heads/master by this push:
new 1851beb IDP-1234 - Remove semi-colon from CAS URL
1851beb is described below
commit 1851bebaf537ddd1844b5bace31aff9cda8bf131
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jan 22 12:30:39 2018 -0600
IDP-1234 - Remove semi-colon from CAS URL
https://issues.shibboleth.net/jira/browse/IDP-1234
---
src/test/java/net/shibboleth/idp/test/cas/CASIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/test/cas/CASIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/cas/CASIntegrationTest.java
index 1fc481c..1f545d2 100644
--- a/src/test/java/net/shibboleth/idp/test/cas/CASIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/cas/CASIntegrationTest.java
@@ -61,7 +61,7 @@ public class CASIntegrationTest extends BaseIntegrationTest {
startFlowURLPath = "/sp/CAS/InitSSO";
- loginPageURLPath = "/idp/profile/cas/login;";
+ loginPageURLPath = "/idp/profile/cas/login";
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list