Serves static resources (html, images, css, …) from a set of configurable directories.
If requests includes a If-Modified-Since header and the resource is found, then a freshness test is performed,
and a 304 Not Modified status is returned.
Only GET requests are processed, others are rejected with 405 Method Not Allowed status code.
-
Version: 1.0
-
License: Apache Software License 2.0
-
Authors: Guillaume Sauthier
{
"name": "ResourcesHandler",
"type": "ResourcesHandler",
"config": {
"directories": [
"/Users/guillaume/public",
"${system['user.home']}/.openig/static}"
]
}
}
>$ gradle clean build :clean :compileJava UP-TO-DATE :compileGroovy :processResources :classes :jar :assemble :compileTestJava UP-TO-DATE :compileTestGroovy :processTestResources UP-TO-DATE :testClasses :test :check :build BUILD SUCCESSFUL Total time: 7.576 secs
Get your artifact from build/libs/.
This plugin is not supported by ForgeRock AS.