defaultFilenames property

List<String> defaultFilenames
final

Names of files to try to find if a directory is requested.

If a request arrives for a directory and this is not null, an attempt is made to return one of these files from the directory. If none of these files are found, allowDirectoryListing determines if a listing is generated or an error is raised.

Implementation

final List<String> defaultFilenames;