| Parameterwdisp/permission_table
 Short texttext file describing the URI permission table(SAP Web Dispatcher)Similarly to the SAProuter, you can maintain a table for the SAP WebDispatcher that determines which URLs and protocols are acceptedand which are rejected.If no permissions table is maintained for the SAP Web Dispatcher,(default), every URL is forwarded.
 The syntax is the same as saprouttab:
 P = permit, D = deny, S = secure (only HTTPS) # = comment, followedby the URL. Wildcards (*) are allowed only at the beginning or the end.As with SAProuter, the First Match principle applies; that is, if anentry in the table is found that matches the URL, the table is notsearched further.
 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 *
 Work areaSAP Web Dispatcher
 Parameter unitFile name
 Default valueNone
 Who is allowedThe customer
 Limitation for osnone
 Limitation for dbNone
 wdisp/max_permission_table_size>
 
 wdisp/max_permission_table_entry_size>
 wdisp/max_permitted_uri_len>
 wdisp/permitted_uri_char_range>
 |