-
Notifications
You must be signed in to change notification settings - Fork 63
Spring Security SchemaPath Update
as0050629 edited this page Mar 21, 2023
·
1 revision
Previously Spring schemas were available on both http and https URL. Now, sometimes Spring Security xsd is not available on http path. It is only available in https path. To avoid intermittent issues, below schema URLs should be updated in spring configuration.
http://www.springframework.org/schema/security/spring-security.xsd to https://www.springframework.org/schema/security/spring-security.xsd
http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd to https://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd
Please update above schema URLs as applicable in below configuration XMLs.
- app-oauth.xml
- app-security.xml
- authentication-arcgis.xml
- authentication-ldap.xml
- authentication-simple.xml
Rebuild and redeploy Geoportal.