Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-260

Temp directory for storing deployment content uploads to the domain not created

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.Beta3
    • 7.0.0.Beta2
    • Domain Management
    • None

    Description

      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();

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: