IGNORE_GETENV_PROPERTY_NAME property
System Environment Suppression Flag
Property key used to disable access to system environment variables.
If this property is set to true
, calls to getSystemEnvironment
will return an empty map instead of reading the host OS environment.
Value
"jetleaf.getenv.ignore"
Example
jetleaf.getenv.ignore=true
Implementation
static final String IGNORE_GETENV_PROPERTY_NAME = "jetleaf.getenv.ignore";