Skip to content

Commit a926cf7

Browse files
author
kevin.w.wall
committed
Update setting of log4j.configuration System property to work with newer log4j used by ESAPI 2.0_rc10.
1 parent d6512f2 commit a926cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/examples/scripts/persistEncryptedData.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -x
2323
# Since this is just an illustration, we will use the test ESAPI.properties in
2424
# $esapi_resources_test. That way, it won't matter if the user has neglected
2525
# to run the 'setMasterKey.sh' example before running this one.
26-
java -Dlog4j.configuration="$log4j_properties" \
26+
java -Dlog4j.configuration="file:$log4j_properties" \
2727
-Dorg.owasp.esapi.resources="$esapi_resources_test" \
2828
-ea -classpath "$esapi_classpath" \
2929
PersistedEncryptedData "$@"

0 commit comments

Comments
 (0)