Versions Compared

Key

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

Table of Contents
maxLevel4
minLevel4
typeflat

...

Name

CHARACTER_SET_ENCODING

Possible Values

Any valid encoding standard (E.g., UTF-8, UTF-16 etc.)

Default Behavior

N/A

Scope

axis2

Description

Specifies the encoding type used for the content of the files processed by the transport. 

Example

<property name="CHARACTER_SET_ENCODING" value="UTF-8" scope="axis2" type="STRING"/>

...

Name

DISABLE_COOKIE

Possible Values

true

Default Behavior

false

Scope

axis2

Description

Remove cookie header from blocking request calls that passes through the HTTPS Servlet transport (for GET and POST HTTP methods).

Note

Note that this property is also enabled for the PATCH method as a product update. This update , which is available from the 1st of June, 2020 onwards. See Updating WSO2 products for instructions on how to get the latest product updates. 

Example

Code Block
<property name="DISABLE_COOKIE" value="true" scope="axis2" type="BOOLEAN"/>