You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/08/18 00:47:14 UTC

[jira] Created: (CLK-576) FileUploadService should print informative message if java.io.tmpdir does not exist

FileUploadService should print informative message if java.io.tmpdir does not exist
-----------------------------------------------------------------------------------

                 Key: CLK-576
                 URL: https://issues.apache.org/jira/browse/CLK-576
             Project: Click
          Issue Type: Improvement
          Components: core
    Affects Versions: 2.1.0
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Trivial


We have run into a situation where the JVM's temporary folder does not exist and Commons FileUpload fails to upload files.

Click can help here by detecting if the temp folder exists, and if not print an informative message to the log.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLK-576) FileUploadService should print informative message if java.io.tmpdir does not exist

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-576.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

fixed in trunk

> FileUploadService should print informative message if java.io.tmpdir does not exist
> -----------------------------------------------------------------------------------
>
>                 Key: CLK-576
>                 URL: https://issues.apache.org/jira/browse/CLK-576
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.1.0
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> We have run into a situation where the JVM's temporary folder does not exist and Commons FileUpload fails to upload files.
> Click can help here by detecting if the temp folder exists, and if not print an informative message to the log.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.