Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5680

Need abbility to customize tmp directory

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.1
    • None
    • kernel
    • None
    • WebLogic Server

    Description

      When we use axis2 as part of complex solution we need to customize axis2 temp directory path. (for example, to cleanup axis2 files)
      Patch is in attach
      Previous version

      System.getProperty("java.io.tmpdir")
      

      Patch:

      System.getProperty("axis2.io.tmpdir") != null ? System.getProperty("axis2.io.tmpdir") : System.getProperty("java.io.tmpdir")
      

      Attachments

        1. TempFileManager.java.patch
          3 kB
          Ziborov Egor

        Issue Links

          Activity

            People

              Unassigned Unassigned
              WinZib Ziborov Egor
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: