Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description of Properties


Property NameTypeDefaultImportanceDescriptionExample for Value
response.http.headersstring""lowDefines names of headers which will be separated by comma.
The name could be any string which uniquely identify header. 
response.http.headers=
default,hr,accounting
response.http.headers.{name}.header.configstring""lowDefine a set of header configuration for header defined by

{name} which will be one of names defined in property response.http.headers. Regarding more explanation see Detailed Explanation section.set X-Frame-Options: DENY, setDate Expires: 31540000000, addDate Last-Modified: 0


Detailed Explanation


response.http.headers.{name}.header
.config

The name will be one of names defined in property response.http.headers

The format for header.config will format will be "[[action] [header]:[header value],..." which is a list of [action] [header]:[value] separated by comma ",". So it is a CSV of actions to perform on headers with the following syntax:
[action] [header name]: [header value],
[action] can be one of "set, add, setDate, or addDate" which specify an action will perform on header. 

...