edgeCore 3.11.9 Release Notes
Resolved Issues
- The issue where header fields were not able to handle expressions has been resolved. It is now possible to reference expressions when configuring header values on webdata connections.
- It is now possible to disable the use of info.login.password expression.
The following configuration in custom / local.properties disables the said expression:# Disable login.info.password usage.
expressions.info.CredentialAccess=false
# Never store user credentials; prompted by webData / webContent
# SSO challenge forms (one-time use for session only).
secvars.persistUserCredentials=false
- Security header information has been removed from webData logs.