Show TOC

Background documentationObsolete Parameters Locate this document in the navigation structure

 

The modification handler can manipulate requests generically, which enables special parameters from earlier releases to be replaced. In the transition period the old configurations are still supported.

The following profile parameters are affected:

Obsolete Parameters

Profile Parameter

Rule in Action File

wdisp/add_xforwardedfor_header

AppendHeader xforwardedfor

%{REMOTE_ADDR}

wdisp/add_client_protocol_header

SetHeaderIfEmpty clientProtocol

%{SERVER_PROTOCOL}

or:

SetHeader clientProtocol

%{SERVER_PROTOCOL}

wdisp/handle_webdisp_ap_header

SetHeaderIfEmpty xsapwebdispap

%{SERVER_ACCESS_POINTS}

or:

SetHeader xsapwebdispap

%{SERVER_ACCESS_POINTS}

wdisp/force_client_protocol_header

SetHeaderIfEmpty clientProtocol https

or

SetHeader clientProtocol https

wdisp/force_webdisp_ap_header

SetHeaderIfEmpty x-sap-webdisp-ap "http=80;https=443"

or:

SetHeader x-sap-webdisp-ap "http=80;https=443"