Skip to content

Commit

Permalink
Mitigate potential Remote-Code-Execution caused by CVE-2021-44228 (#1343
Browse files Browse the repository at this point in the history
)

Signed-off-by: Flole <[email protected]>
  • Loading branch information
Flole998 authored Dec 10, 2021
1 parent 34a2580 commit 18dff9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion distributions/openhab/src/main/resources/bin/setenv
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ export JAVA_OPTS="${JAVA_OPTS}
-Dorg.apache.cxf.osgi.http.transport.disable=true
-Dorg.ops4j.pax.web.listening.addresses=${HTTP_ADDRESS}
-Dorg.osgi.service.http.port=${HTTP_PORT}
-Dorg.osgi.service.http.port.secure=${HTTPS_PORT}"
-Dorg.osgi.service.http.port.secure=${HTTPS_PORT}
-Dlog4j2.formatMsgNoLookups=true"

#
# set JVM options
Expand Down
3 changes: 2 additions & 1 deletion distributions/openhab/src/main/resources/bin/setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ set JAVA_OPTS=%JAVA_OPTS% ^
-Dorg.apache.cxf.osgi.http.transport.disable=true ^
-Dorg.ops4j.pax.web.listening.addresses=%HTTP_ADDRESS% ^
-Dorg.osgi.service.http.port=%HTTP_PORT% ^
-Dorg.osgi.service.http.port.secure=%HTTPS_PORT%
-Dorg.osgi.service.http.port.secure=%HTTPS_PORT% ^
-Dlog4j2.formatMsgNoLookups=true

:: set jvm options
set EXTRA_JAVA_OPTS=-XX:+UseG1GC ^
Expand Down

0 comments on commit 18dff9a

Please sign in to comment.