BlockedDocExtensions

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

BlockedDocExtensions

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.BlockedDocExtensions

 

ETYPE=Property

 

Declaration:

Delphi:

public property BlockedDocExtensions: TIWMinStringList;

C++:

public: __property TIWMinStringList BlockedDocExtensions;

 

Description: List of document extensions which should be blocked right when receiving the request on IWServer. Received URLs will be checked against this list and they will be blocked if the URL address ends with anything on that list (404 is returned to the caller). For insance, any document path terminated with '.php' will be blocked by default because several attacks try to explore common known .php documents. This avoids the costy creation/initialization/destruction of new sessions