Problem/Motivation
Using an object storage streamwrapper the concept of directories do not exist and scanning a path is not possible.
Steps to reproduce
Use an object storage streamwrapper try to delete a submission watch it blow up.
Proposed resolution
The check should be for "is this directory?" instead of "does this file exist". Even for normal streamwrappers it's more correct semantically.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3386171_2.patch | 756 bytes | ghost of drupal past |
Comments
Comment #2
ghost of drupal pastComment #3
jrockowitz commentedLet's backport this to 6.1.x
Comment #4
ghost of drupal pastApplies cleanly to 6.1.x as well.
Comment #5
jrockowitz commented