This is the latest release in the 6.x.x family. For EI 7.0.0, click here.

All docs This doc

Versions Compared

Key

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

...

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).

Example

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

DECODE_MULTIPART_DATA

Name

DECODE_MULTIPART_DATA

Possible Values

true, false

Default Behavior

false

Scope

axis2

Description

Specifies whether to decode multipart messages when the message is built in a content aware mediation scenario. Otherwise, the outgoing message will be in the encoded form.

Example

<property name="DECODE_MULTIPART_DATA" value="true" scope="axis2" action="set" type="BOOLEAN"/>