You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Wolfgang Koller (JIRA)" <ji...@apache.org> on 2012/09/05 20:05:08 UTC

[jira] [Created] (CB-1377) appending to files does not work

Wolfgang Koller created CB-1377:
-----------------------------------

             Summary: appending to files does not work
                 Key: CB-1377
                 URL: https://issues.apache.org/jira/browse/CB-1377
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP7
    Affects Versions: Master
            Reporter: Wolfgang Koller
            Assignee: Jesse MacFadyen
             Fix For: Master


when using the File API it is not possible to correctly append to a file, since the checks for the stream position do not allow seeking to the end of the stream.

I've already created a fix for this issue and will push the fix soon. I'm creating this issue to document why I've done so.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1377) appending to files does not work

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

Wolfgang Koller resolved CB-1377.
---------------------------------

    Resolution: Fixed

I've just pushed a small fix which corrects the stream position checks to allow correct appending to files.
                
> appending to files does not work
> --------------------------------
>
>                 Key: CB-1377
>                 URL: https://issues.apache.org/jira/browse/CB-1377
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP7
>    Affects Versions: Master
>            Reporter: Wolfgang Koller
>            Assignee: Jesse MacFadyen
>             Fix For: Master
>
>
> when using the File API it is not possible to correctly append to a file, since the checks for the stream position do not allow seeking to the end of the stream.
> I've already created a fix for this issue and will push the fix soon. I'm creating this issue to document why I've done so.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira