Changes between Initial Version and Version 1 of Ticket #12727, comment 1


Ignore:
Timestamp:
07/11/21 11:30:59 (3 years ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12727, comment 1

    initial v1  
    55Can you confirm that you got this redirection to an interface in order to set a folder to allow access?
    66
    7 I think that setting the SD card root folder should work, because I know I've tested this originally. There could be a regression to this though caused by another commit. In my testing today I chose a folder other than the SD card root and I can see that there's a bug there (the folder is 'retrieved' with the path "encoded" which means path slashes and colons are converted to their "%2A" "%3A" encoded versions. I will attempt to fix this and report back.
     7I think that setting the SD card root folder should work, because I know I've tested this originally. There could be a regression to this though caused by another commit. In my testing today I chose a folder other than the SD card root and I can see that there's a bug there (the folder is 'retrieved' with the path "encoded" which means path slashes and colons are converted to their "%2A" "%3A" encoded versions. I will attempt to fix this and report back. Edit: No, the issue is elsewhere and look like it could be tricky to resolve. That code also needs some additions, more testing and optimizations, so that may take a while.
    88
    99The second issue you're reporting it's the intended behavior. We put it there so that people would not navigate to a "/" or an empty path "" and couldn't recover from there. Some of those shortcuts are expected to not be useful (to most users anyway), or even redirect to the same thing, but other than that I don't see a bug in the feature. If you still think there's an issue there, please elaborate further.