Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAS-1082 Move Log4J initialization into Spring bean config so that cas.properties can be applied #22

Closed
wants to merge 5 commits into from

Conversation

wgthom
Copy link
Member

@wgthom wgthom commented Dec 29, 2011

This approach preserves the default location of WEB-INF/classes/log4j.xml while making it very easy for deployers to externalize the location via settings in cas.properties. This is helpful in multi-node deployments, deployments across multiple tiers, and preserving configuration between upgrades.

A comparison of this patch against 3.4.11 showed no loss of logging.

… cas.properties can be applied

This approach preserves the default location of WEB-INF/classes/log4j.xml while making it very easy for deployers
to externalize the location via settings in cas.properties.  This is helpful in multi-node deployments,  deployments
across multiple tiers, and preserving configuration between upgrades.

A comparison of this patch against 3.4.11 showed no loss of logging.
@dima767
Copy link
Contributor

dima767 commented Dec 29, 2011

+1 for the change

@mmoayyed
Copy link
Member

+1

@battags
Copy link
Contributor

battags commented Dec 29, 2011

I've added some conversation to the on-list discussion.

@wgthom
Copy link
Member Author

wgthom commented May 11, 2012

superseded by #71

@wgthom wgthom closed this May 11, 2012
mmoayyed pushed a commit that referenced this pull request Aug 17, 2015
Issue #5, #11. New table regex filter and misc table enhancements.
mmoayyed pushed a commit that referenced this pull request Aug 17, 2015
mmoayyed pushed a commit that referenced this pull request Aug 17, 2015
tsschmidt added a commit to tsschmidt/cas that referenced this pull request Sep 7, 2017
mmoayyed pushed a commit that referenced this pull request Sep 7, 2017
* Upgrade to Angular front end code

* Remove json-service-registry from build.gradle

* Fixes for checkstlye

* Fixed test for new updateOrder method

* Added npm install and ng build to gradle build

* Fixed Codacy complaints in tab.service.ts

* Fixes for codacy bot and checkStyle

* Fixes for checkStyleTest

* Fixes for errors found by reviewers

* Fixes for SamlServicesPanel

* Fixed angular tests

* Removed unused fields in form.ts
Added angularTest task

* Refactored Domain classes

* Fixed Controller Unit Tests
Fixed angular production build

* Converted RegexRegisteredService

* Converted Oauth, Oidc, SAML and WsFed

* Used injectable Data object instead of @input attributes

* Refactor string literals to Enums

* Refactored and cleaned FormComponent

* Changed form to use Material UI components

* Cleaned up LogoutType errors
Deleted Mappers

* Added Metadata Expiration field to SamlClient

* Moved Service Type to Basics screen
Refacored OAuth,OIDC,SAML and WS Fed into their own tab

* Mapping for RegisterdServiceView

* Refactoring of Forms
Clean up of Validation
Set correct defaults for some values

* Refactored Delete Modal to use MdDialog in separate template
Refactored Services Screen to use Material UI

* Background color

* Mgmt issues

* Merge branch 'master' of https://github.com/apereo/cas into mgmt-angular-json

# Conflicts:
#	webapp-mgmt/cas-management-webapp-support/build.gradle

* Merge branch 'master' of https://github.com/apereo/cas into mgmt-angular-json

# Conflicts:
#	webapp-mgmt/cas-management-webapp-support/build.gradle

* Fix for issue #3 - encryptUsername

* Fix for issue #4 - enforce public key for credential and PGT release

* Fix for issue #5 - Tab Labels

* Fix for issue #6 - Change Service URL label and tooltip when SAML client is chosen

* Updated Angular and Material libraries
fixed issue #11 - Service property keys has been coded as an Autocomplete widget

* fixed issue #7 - Changed OIDC Encryption options to be Autcomplete

* Closes issue #12 - Pairwaise subjectId
Fixes the width of text inputs

* Closes issue #13 - Support Consent Policy

* Closes issue #16 - Release Authentication Attributes
Provides front-end for issue #14 - Surrogate Access strategy

* Closes issue #18 - Add support for SAML skip options

* Closes issue #19 - Add support for SAML2 EntityAttributes

* Small refactor of <md-input-container> to <md-form-field> for latest Material update

* Removal of Alert component in favor of Material Snackbar

* Closes Issue #14 - Surrogate Access Strategy

* Closes Issue #14 - Surrogate Access Strategy

* Changed buid.gradle in mgmt-app so only ng build --prod runs for a build
Fixed Test case

* Closes issue #24 - Tymeleaf templates for form removed

* Closes issue #21 - Saml Attribute Name Formats coded incorrectly

* Closes issue #22 - Allows addition to Required Attributes under Access Strategy

* Merge branch 'master' of https://github.com/apereo/cas into mgmt-angular-json

# Conflicts:
#	api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/LogoutType.java
#	core/cas-server-core-logout/src/main/java/org/apereo/cas/logout/DefaultSingleLogoutServiceMessageHandler.java
#	webapp-mgmt/cas-management-webapp-support/src/main/java/org/apereo/cas/mgmt/services/web/ManageRegisteredServicesMultiActionController.java
#	webapp-mgmt/cas-management-webapp-support/src/main/java/org/apereo/cas/mgmt/services/web/RegisteredServiceSimpleFormController.java
#	webapp-mgmt/cas-management-webapp-support/src/main/java/org/apereo/cas/mgmt/services/web/beans/FormData.java
#	webapp-mgmt/cas-management-webapp-support/src/main/java/org/apereo/cas/mgmt/services/web/factory/DefaultRegisteredServiceFactory.java
#	webapp-mgmt/cas-management-webapp-support/src/test/java/org/apereo/cas/services/web/ManageRegisteredServicesMultiActionControllerTests.java
#	webapp-mgmt/cas-management-webapp-support/src/test/java/org/apereo/cas/services/web/RegisteredServiceSimpleFormControllerTests.java
#	webapp-mgmt/cas-management-webapp/build.gradle
#	webapp-mgmt/cas-management-webapp/src/app/form/access-strategy/access-strategy.component.html
#	webapp-mgmt/cas-management-webapp/src/app/form/rejectedattributes/rejectedattributes.component.html
#	webapp-mgmt/cas-management-webapp/src/app/form/rejectedattributes/rejectedattributes.component.ts
#	webapp-mgmt/cas-management-webapp/src/app/form/samlclient/samlclient.component.html
#	webapp-mgmt/cas-management-webapp/src/app/form/samlservicespane/samlservicespane.component.html
#	webapp-mgmt/cas-management-webapp/src/app/form/samlservicespane/samlservicespane.component.ts
#	webapp-mgmt/cas-management-webapp/src/locale/messages.xlf
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
mmoayyed added a commit to mmoayyed/cas that referenced this pull request May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants