[ 
https://issues.apache.org/jira/browse/CB-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288174#comment-15288174
 ] 

ASF GitHub Bot commented on CB-10317:
-------------------------------------

Github user cordova-qa commented on the pull request:

    
https://github.com/apache/cordova-plugin-file/pull/172#issuecomment-219920275
  
    Cordova CI Build has completed successfully. 
    
    **Commit**     - 
[Link](https://github.com/apache/cordova-plugin-file/pull/172/commits/585b9523a475ca5728023b16b6adef62aa569491)
    **Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2/)
    
    | Builder Name  | Console Output | Test Report | Device Logs  |
    |     :---:     |     :---:      |   :---:     |     :---:    |
    | [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-store/artifact/)
 |
    | [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-10-store/artifact/)
 |
    | [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=windows-slave,platformName=windows-8.1-phone/artifact/)
 |
    | [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=ios/artifact/)
 |
    | [Android Mac]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/2//label=mac-slave,platformName=android/artifact/)
 |
     



> Cannot access entries of folder whose name begins with a hash symbol.
> ---------------------------------------------------------------------
>
>                 Key: CB-10317
>                 URL: https://issues.apache.org/jira/browse/CB-10317
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 3.5.0
>         Environment: cordova-plugin-file
> Android 5
> Sony Xperia z2
>            Reporter: Adam Thomas
>            Priority: Minor
>              Labels: android, triaged
>
> File Plugin [version 3.0.0]
> I am trying to access a folder which happens to begin with a hash/pound 
> symbol, e.g. '#folder'.
> If you try to access this via resolveLocalFileSystemURL(), I am returned a 
> DirectoryEntry which appears to have the correct path. However, calling 
> createReader() and readEntries() on this returns the files/directories for 
> the directory above (including #folder itself) and not those that are 
> actually in #folder. Presumably, something is going on with the fact that in 
> a URL, anything after a hash symbol is a fragment part. But if this is the 
> case, how do I properly access the entries of this folder? I have tried 
> encoding the symbol with '%23' or '\%23' to no positive affect.
> I have tested this on Android. Currently unknown if this happens on iOS or 
> other platforms.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to