4teamwork / ftw.zipexport

Zip Export for Plone
2 stars 6 forks source link

Disable plone.protect write-on-read protections for zip exports #38

Closed Rotonen closed 7 years ago

Rotonen commented 7 years ago

Now that we have events, which can be used for journal entries, a request can write to the journal, which will fail when Plone.protect is used, but the response body (zip data) is still delivered to the client.

This is easily amended by disabling the Plone.protect feature for the export views.

Rotonen commented 7 years ago

The fix for this belongs into ftw.journal.