You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/12/04 03:34:12 UTC

[jira] [Created] (CAMEL-8121) Infinite Loop Within Camel if the temp file directory is not writable

Willem Jiang created CAMEL-8121:
-----------------------------------

             Summary: Infinite Loop Within Camel if the temp file directory is not writable
                 Key: CAMEL-8121
                 URL: https://issues.apache.org/jira/browse/CAMEL-8121
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.14.0, 2.13.3
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.13.4, 2.14.1, 2.15.0


If the target 'tmp' directory (specified by java.io.tmpdir) used by Camel, does not have proper privileges, then Camel enters infinite loop. The offending code is found in org.apache.camel.util.FileUtil.createNewTempDir().

We need to check the if the temp file is writable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)