The AllowAnyOutputFile
parameter determines whether to use restrictions on file names. By default, output file names are limited to the server’s temporary directory and must only contain alphanumeric characters.
Set the AllowAnyOutputFile
parameter to True
to disable restrictions on output file names. Set this parameter to False
to enable the restrictions.
Caution: If you disable file name restrictions, HPE highly recommends that you have operating system and network-level policies in place so that the server process does not have permission to write to unauthorized directories, and so that unauthorized systems are not permitted to connect to the server’s HTTP port.
Type: | Boolean |
---|---|
Default: | True |
Required: | No |
Configuration Section: | Server |
Example: | AllowAnyOutputFile=True
|
See also: | AddOutputFileExtensions |
|