[jboss-jira] [JBoss JIRA] Created: (JBAS-9280) Temp directory for storing deployment content uploads to the domain not created
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Apr 10 23:13:33 EDT 2011
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list