[ 
https://issues.apache.org/jira/browse/TAPESTRY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse Kuhnert reopened TAPESTRY-1120:
-------------------------------------

      Assignee: Jesse Kuhnert

> UploadPart / getFileName() doesn't work cross-platform
> ------------------------------------------------------
>
>                 Key: TAPESTRY-1120
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1120
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.0.2
>            Reporter: Martin Petras
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> I could not reopen the issue           
> http://issues.apache.org/bugzilla/show_bug.cgi?id=27544
> So I opened this one.
> The bug described by Karel Miarka is still not resolved.  There is a bug in 
> org.apache.tapestry.multipart.UploadPart 's  getFileName method.:
> public String getFileName()
> {
>         File file = new File(this.getFilePath());
>        return file.getName();
> }
> You simply can not rely on JDK File implementation because it is not suitable 
> to work cross-platform.  Especially when uploading file from the MS IE client 
> (on Windows of course:) to the unix-like server.  MS IE sends full filename 
> i.e. C:\Documents and Settings\user\Desktop\test.txt. This UploadPart 
> implementation on the server use "/" character as a separator, therefore the 
> file name could not be resolved.
> It would be appreciable if this bug would be fixed in the next release.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to