Skip to content

Commit 6e82c1b

Browse files
committed
Merge branch 'feature/release-prepare' into feature/newCAS-v21.0.0-alpha
2 parents 5146ba5 + a2b2b91 commit 6e82c1b

11 files changed

Lines changed: 11 additions & 19 deletions

File tree

etc/cas/config/cas.properties

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ cas.server.prefix=${cas.server.name}
1515
# Tomcat Server
1616
#
1717
cas.server.tomcat.server-name=OSF CAS
18-
# Enable additional HTTP connections for the embedded Tomcat container (when SSL is enabled by default)
19-
# cas.server.tomcat.http.port=${TOMCAT_HTTP_PORT:80}
20-
# cas.server.tomcat.http.protocol=org.apache.coyote.http11.Http11NioProtocol
21-
# cas.server.tomcat.http.enabled=true
22-
# cas.server.tomcat.http.attributes=
23-
# e.g. cas.server.tomcat.http.attributes.{attribute-name}={attributeValue}
2418
########################################################################################################################
2519

2620
########################################################################################################################
@@ -92,7 +86,7 @@ cas.authn.osf-api.instn-authn-jwe-secret=${OSF_JWE_SECRET}
9286
#
9387
# Path of the XSL file for parsing and transforming XML authentication responses
9488
#
95-
cas.authn.osf-api.instn-authn-xsl-location=file:/etc/cas/config/instn-authn.xsl
89+
cas.authn.osf-api.instn-authn-xsl-location=file:/etc/cas/institutions-auth.xsl
9690
########################################################################################################################
9791

9892
########################################################################################################################
@@ -122,8 +116,6 @@ cas.authn.osf-postgres.jpa.dialect=${OSF_DB_HIBERNATE_DIALECT:io.cos.cas.osf.hib
122116
cas.jdbc.show-sql=false
123117
cas.jdbc.gen-ddl=true
124118
cas.jdbc.case-insensitive=false
125-
# cas.jdbc.physical-table-names=
126-
# e.g. cas.jdbc.physical-table-names.{table-name}={new-table-name}
127119
#
128120
# General JPA Settings
129121
#

etc/cas/services/local/casarxiv-203948234207241.json renamed to etc/cas/services/local/casarxiv-203948234207239.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"serviceId" : "^https?://(localhost|127\\.0\\.0\\.1):5000/(login|logout)/?\\?next=https?(%3A|:)(%2F|/)(%2F|/)((local\\.casarxiv\\.org(%3A|:)4200)|((localhost|127\\.0\\.0\\.1)(%3A|:)5000(%2F|/)preprints(%2F|/)casarxiv))($|%2F|/).*",
44
"name" : "CasArxiv Preprints",
55
"description" : "",
6-
"id" : 203948234207241,
6+
"id" : 203948234207239,
77
"evaluationOrder": 10,
88
"logo" : "/images/branded/preprints-casarxiv-logo.png",
99
"attributeReleasePolicy": {

src/main/java/io/cos/cas/osf/authentication/exception/InstitutionSsoFailedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Describes an authentication error condition where institution SSO has failed.
99
*
1010
* @author Longze Chen
11-
* @since 20.2.0
11+
* @since 21.0.0
1212
*/
1313
@NoArgsConstructor
1414
public class InstitutionSsoFailedException extends AccountException {

src/main/java/io/cos/cas/osf/authentication/exception/TermsOfServiceConsentRequiredException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Describes an authentication error condition where a user account needs to agree to OSF's terms of service.
99
*
1010
* @author Longze Chen
11-
* @since 21.1.0
11+
* @since 21.0.0
1212
*/
1313
@NoArgsConstructor
1414
public class TermsOfServiceConsentRequiredException extends AccountException {

src/main/java/io/cos/cas/osf/authentication/support/OsfInstitutionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* This is {@link OsfInstitutionUtils}.
1818
*
1919
* @author Longze Chen
20-
* @since 20.2.0
20+
* @since 21.0.0
2121
*/
2222
@Slf4j
2323
public final class OsfInstitutionUtils {

src/main/java/io/cos/cas/osf/configuration/model/OsfApiProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This is {@link OsfApiProperties}.
1111
*
1212
* @author Longze Chen
13-
* @since 20.2.0
13+
* @since 21.0.0
1414
*/
1515
@Getter
1616
@Setter

src/main/java/io/cos/cas/osf/configuration/model/OsfUrlProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* staging servers) URLs need to be manually put into the flow context for the templates to access.
1818
*
1919
* @author Longze Chen
20-
* @since 20.2.0
20+
* @since 21.0.0
2121
*/
2222
@Getter
2323
@Setter

src/main/java/io/cos/cas/osf/model/OsfInstitution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* This is {@link OsfInstitution}.
1515
*
1616
* @author Longze Chen
17-
* @since 20.2.0
17+
* @since 21.0.0
1818
*/
1919
@Entity
2020
@Table(name = "osf_institution")

src/main/java/io/cos/cas/osf/web/flow/configurer/OsfCasLogoutWebFlowConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* This is {@link OsfCasLogoutWebFlowConfigurer}.
1616
*
1717
* @author Longze Chen
18-
* @since 20.2.0
18+
* @since 21.0.0
1919
*/
2020
public class OsfCasLogoutWebFlowConfigurer extends DefaultLogoutWebflowConfigurer {
2121

src/main/java/io/cos/cas/osf/web/flow/login/OsfCasPreInitialFlowSetupAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* This is {@link OsfCasPreInitialFlowSetupAction}.
1818
*
1919
* @author Longze Chen
20-
* @since 20.2.0
20+
* @since 21.0.0
2121
*/
2222
@RequiredArgsConstructor
2323
@Slf4j

0 commit comments

Comments
 (0)