You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bruno Borges (JIRA)" <ji...@apache.org> on 2008/11/11 20:03:44 UTC

[jira] Created: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
----------------------------------------------------------------------------------------------

                 Key: WICKET-1930
                 URL: https://issues.apache.org/jira/browse/WICKET-1930
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-M3, 1.3.5
         Environment: Windows
            Reporter: Bruno Borges
         Attachments: patch-Files.diff, patch-FileUpload.diff

The component FileUpload tries to create a temporary file using the multipart fieldname's id.

That id has invalid characters - not supported on Windows environments, for example.

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


[jira] Updated: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

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

Bruno Borges updated WICKET-1930:
---------------------------------

    Attachment: patch-Files.diff

> FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1930
>                 URL: https://issues.apache.org/jira/browse/WICKET-1930
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-M3
>         Environment: Windows
>            Reporter: Bruno Borges
>         Attachments: patch-Files.diff, patch-FileUpload.diff
>
>
> The component FileUpload tries to create a temporary file using the multipart fieldname's id.
> That id has invalid characters - not supported on Windows environments, for example.

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


[jira] Updated: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

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

Bruno Borges updated WICKET-1930:
---------------------------------

    Attachment: patch-FileUpload.diff

> FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1930
>                 URL: https://issues.apache.org/jira/browse/WICKET-1930
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-M3
>         Environment: Windows
>            Reporter: Bruno Borges
>         Attachments: patch-Files.diff, patch-FileUpload.diff
>
>
> The component FileUpload tries to create a temporary file using the multipart fieldname's id.
> That id has invalid characters - not supported on Windows environments, for example.

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


[jira] Updated: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

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

Steve Swinsburg updated WICKET-1930:
------------------------------------

    Attachment: patch-FileUpload-formatted.diff
                patch-Files-formatted.diff

Attached properly formatted versions of the original patches (line endings were not set correctly)

> FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1930
>                 URL: https://issues.apache.org/jira/browse/WICKET-1930
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-M3
>         Environment: Windows
>            Reporter: Bruno Borges
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.6, 1.4-RC2
>
>         Attachments: patch-Files-formatted.diff, patch-Files.diff, patch-FileUpload-formatted.diff, patch-FileUpload.diff
>
>
> The component FileUpload tries to create a temporary file using the multipart fieldname's id.
> That id has invalid characters - not supported on Windows environments, for example.

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


[jira] Resolved: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

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

Igor Vaynberg resolved WICKET-1930.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC2
                   1.3.6
         Assignee: Igor Vaynberg

> FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1930
>                 URL: https://issues.apache.org/jira/browse/WICKET-1930
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-M3
>         Environment: Windows
>            Reporter: Bruno Borges
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.6, 1.4-RC2
>
>         Attachments: patch-Files.diff, patch-FileUpload.diff
>
>
> The component FileUpload tries to create a temporary file using the multipart fieldname's id.
> That id has invalid characters - not supported on Windows environments, for example.

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


[jira] Commented: (WICKET-1930) FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646922#action_12646922 ] 

Igor Vaynberg commented on WICKET-1930:
---------------------------------------

steve, you fixed the patches after the issue has already been resolved...

> FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1930
>                 URL: https://issues.apache.org/jira/browse/WICKET-1930
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-M3
>         Environment: Windows
>            Reporter: Bruno Borges
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.6, 1.4-RC2
>
>         Attachments: patch-Files-formatted.diff, patch-Files.diff, patch-FileUpload-formatted.diff, patch-FileUpload.diff
>
>
> The component FileUpload tries to create a temporary file using the multipart fieldname's id.
> That id has invalid characters - not supported on Windows environments, for example.

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