]
Brian Stansberry resolved JBAS-9280.
------------------------------------
Resolution: Done
Temp directory for storing deployment content uploads to the domain
not created
-------------------------------------------------------------------------------
Key: JBAS-9280
URL:
https://issues.jboss.org/browse/JBAS-9280
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Beta2
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta3
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()) {
this.serverTempDir.mkdir();
}
That last line should be mkdirs();
--
This message is automatically generated by JIRA.
For more information on JIRA, see: