Hi,
I have a problem with webform encrypt.
When I upload a file (encrypted field) with an anonymous user and submit the webform, I can't access file in the webform result with the superadmin (user=1).
For information if I change the file field to not encrypted, I have access to the file.
And if I upload the file and submit webform with an authentified user, I also can access to the file.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3035804-3.patch | 5.52 KB | manuel garcia |
Comments
Comment #2
manuel garcia commentedThanks for the report @jguirchoune
Can you check if this is also happening using the latest development version please? https://www.drupal.org/project/webform_encrypt/releases/8.x-1.x-dev
Comment #3
manuel garcia commentedI've taken the time to write test coverage for this situation, and so far I've not been able to replicate it...
Comment #4
manuel garcia commentedI have just tested this manually on 8.x-1-x HEAD, and admin user can a access the file. So I have not been able to replicate the bug, and the coverage added on #3 agrees as well.
Leaving as needs review for a comaintainer to review the patch and perhaps commit it to get coverage for this.
Comment #5
manuel garcia commentedI am closing this as I cannot reproduce the bug.
The work for the test coverage will continue on #3038902: Uploaded files content are not encrypted which is a verified bug that we should fix.