io.helidon.webserver.staticcontent.TemporaryStorage
Description
Configuration of temporary storage for classpath based handlers
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
file-prefix | String | helidon-ws | Prefix of the files in temporary storage |
delete-on-exit | Boolean | true | Whether temporary files should be deleted on JVM exit |
file-suffix | 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-storageserver.features.static-content.temporary-storage
See the manifest for all available types.