io.helidon.webserver.staticcontent.TemporaryStorage
Description
Configuration of temporary storage for classpath based handlers
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
file- | String | helidon- | Prefix of the files in temporary storage |
delete- | Boolean | true | Whether temporary files should be deleted on JVM exit |
file- | String | .je | Suffix of the files in temporary storage |
directory | Path | Location of the temporary storage, defaults to temporary storage configured for the JVM | |
enabled | Boolean | true | Whether the temporary storage is enabled, defaults to true |
Usages
server.features. static- content. classpath. temporary- storage server.features. static- content. temporary- storage
See the manifest for all available types.