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

    Details

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

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  brian.stansberry Brian Stansberry
                  Reporter:
                  brian.stansberry Brian Stansberry
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  0 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: