diff --git a/.travis.yml b/.travis.yml index 988b248a..915eaf1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ # +# Copyright (c) 2015. Center for Open Science +# # Licensed to Apereo under one or more contributor license # agreements. See the NOTICE file distributed with this work # for additional information regarding copyright ownership. diff --git a/AUTHORS.md b/AUTHORS.md index 76f47e52..18e063b7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,11 +1,15 @@ # Credits -## Contributors +## Maintainers -- Michael Haselton [`@icereval`](https://github.com/icereval) - Longze Chen [`@cslzchen`](https://github.com/cslzchen) - Fitz Elliott [`@felliott`](https://github.com/felliott) -- Erin Braswell [`@erinspace`](https://github.com/erinspace) -- Andy Boughton [`@abought`](https://github.com/abought) -- Billy Hunt [`@billyhunt`](https://github.com/billyhunt) -- Darío Hereñú [`@kant`](https://github.com/kant) +- Matt Fraizer [`@mfraezz`](https://github.com/mfraezz) + +## Alumni + +- Michael Haselton [`@icereval`](https://github.com/icereval) + +## Contributors + +* Here is the [contributor list](https://github.com/CenterForOpenScience/cas-overlay/graphs/contributors). diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0376da..21f7ace6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +19.3.0 (2019-11-18) +=================== + +- Gracefully handle exceptions during delegated login using pac4j-1.7.x +- Add / Update / Fix Apache 2.0 license header + 19.2.2 (2019-11-13) =================== diff --git a/cas-server-support-oauth/pom.xml b/cas-server-support-oauth/pom.xml index 14b23fa7..1143edf0 100755 --- a/cas-server-support-oauth/pom.xml +++ b/cas-server-support-oauth/pom.xml @@ -1,4 +1,6 @@ - \ No newline at end of file + diff --git a/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/healthCheckMonitor.xml b/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/healthCheckMonitor.xml index 011ec944..801e03e0 100644 --- a/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/healthCheckMonitor.xml +++ b/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/healthCheckMonitor.xml @@ -1,22 +1,19 @@ - + Copyright (c) 2018. Center for Open Science + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + + + @@ -279,6 +286,9 @@ + + + diff --git a/cas-server-webapp/src/main/webapp/WEB-INF/webflow/logout/logout-webflow.xml b/cas-server-webapp/src/main/webapp/WEB-INF/webflow/logout/logout-webflow.xml index 1a85678e..2108fc00 100644 --- a/cas-server-webapp/src/main/webapp/WEB-INF/webflow/logout/logout-webflow.xml +++ b/cas-server-webapp/src/main/webapp/WEB-INF/webflow/logout/logout-webflow.xml @@ -1,6 +1,8 @@ diff --git a/etc/log4j2.xml b/etc/log4j2.xml index 1d519d4f..2fb7b191 100755 --- a/etc/log4j2.xml +++ b/etc/log4j2.xml @@ -2,6 +2,8 @@