wdisp/permission_table

Parameter

wdisp/permission_table

Short text

Text file describing the URI permission table (SAP Web Dispatcher)

Parameter Description

In the same way as for SAProuter, you can maintain a table for SAP Web Dispatcher that defines which URLs and protocols are accepted and which are rejected. If there is no permission table for SAP Web Dispatcher (default setting), every URL is forwarded.

The syntax is the same as for saprouttab:

P = permit, D = deny, S = secure (HTTPS only) # = Comment, followed by the URL. Wildcards (*) are only permitted at the start or at the end. As with SAProuter, the first-match principle applies, that is, if an entry that matches the URL is found in the table, the system does not keep searching in the table.

Example

# SAP Web Dispatcher test permission table

P /sap/bc/test.cgi

D *.cgi # don’t allow execution of CGI programs

P /sap/bc/cachetest

P /sap/bc/public/*

P /sap/bc/ping

D /sap/bc/*

D *

Application Area

SAP Web Dispatcher

Parameter Unit

File name

Default Value

None

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

Are other parameters affected or dependent?

wdisp/max_permission_table_size

wdisp/max_permission_table_entry_size

wdisp/max_permitted_uri_len

wdisp/permitted_uri_char_range

You May Also Like

Leave a Reply?