-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Beta2
-
None
The temp dir for storing uploads to the DC via HTTP isn't being created.
DomainHttpServer(HttpServer server, ModelController modelController, File serverTempDir) {
...
// Create the upload sub-directory under the server temporary directory.
if (!this.serverTempDir.exists())
That last line should be mkdirs();
- duplicates
-
JBAS-9274 Upload of deployments can fail
- Resolved