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

[WFCORE-4113] Add a commented line to standalone.conf to show how to use a custom java.security file to override all the Java security properties #3521

Merged
merged 1 commit into from Oct 16, 2018

Conversation

fjuma
Copy link
Contributor

@fjuma fjuma commented Sep 13, 2018

…use a custom java.security file to override all the Java security properties
@wildfly-ci
Copy link

Core - Full Integration Build 7963 outcome was FAILURE using a merge of 68aec22
Summary: Tests failed: 1 (1 new), passed: 4601, ignored: 137 Build time: 01:50:14

Failed tests

org.jboss.as.test.integration.messaging.mgmt.JMSQueueManagementTestCase.testChangeMessagePriority: java.lang.AssertionError
	at org.jboss.as.test.integration.messaging.mgmt.JMSQueueManagementTestCase.testChangeMessagePriority(JMSQueueManagementTestCase.java:383)


@@ -81,3 +81,6 @@ fi

# Uncomment this out to control garbage collection logging
# GC_LOG="true"

# Uncomment and edit to use a custom java.security file to override all the Java security properties
#JAVA_OPTS="$JAVA_OPTS -Djava.security.properties==/path/to/custom/java.security"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the double equal meant to be there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the double equals are needed to make sure that the java.security file is completely overridden.

@jamezp jamezp added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Oct 11, 2018
@jmesnil jmesnil merged commit 71a60ca into wildfly:master Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
4 participants