org.apache.jackrabbit.server.io.IOUtil getTempFile misses dot in tmp suffix
---------------------------------------------------------------------------

                 Key: JCR-2876
                 URL: https://issues.apache.org/jira/browse/JCR-2876
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-jcr-server
    Affects Versions: 2.2.2
         Environment: ALL
            Reporter: Cyriel Vringer
            Priority: Minor


At line 168:
File tmpFile = File.createTempFile("__importcontext", "tmp");
Suffix tmp has no use because the dot is missing.

Should be:
File tmpFile = File.createTempFile("__importcontext", ".tmp");



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to