diff --git a/pom.xml b/pom.xml index c300805..bc2ba4c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.0 1.8 1.8 @@ -22,7 +22,7 @@ org.eclipse.jetty jetty-maven-plugin - 9.3.6.v20151106 + 9.3.25.v20180904 ${basedir}/etc/jetty/jetty.xml,${basedir}/etc/jetty/jetty-ssl.xml,${basedir}/etc/jetty/jetty-https.xml @@ -46,7 +46,7 @@ commons-logging commons-logging - 1.1.1 + 1.2 @@ -58,7 +58,7 @@ org.jasig.cas.client cas-client-core - 3.4.1 + 3.5.1 javax.servlet diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 1cd30c6..8ce374e 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -14,7 +14,7 @@ org.jasig.cas.client.session.SingleSignOutFilter casServerUrlPrefix - https://mmoayyed.unicon.net:8443/cas + https://localhost:8443/cas @@ -28,11 +28,11 @@ org.jasig.cas.client.authentication.AuthenticationFilter casServerLoginUrl - https://mmoayyed.unicon.net:8443/cas/login + https://localhost:8443/cas/login serverName - https://mmoayyed.unicon.net:9443 + localhost @@ -42,11 +42,11 @@ org.jasig.cas.client.validation.Cas30ProxyReceivingTicketValidationFilter casServerUrlPrefix - https://mmoayyed.unicon.net:8443/cas + https://localhost:8443/cas serverName - https://mmoayyed.unicon.net:9443 + localhost redirectAfterValidation