plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
243 stars 186 forks source link

Explicit acquisition is enabled on Plone 6. #3871

Open gotcha opened 9 months ago

gotcha commented 9 months ago

Explicit acquisition is enabled on Plone 6.

What I did:

What I expect to happen:

I should see the rendering of page-one even if it is not in folder-one.

What actually happened:

I got a 404

What version of Plone/ Addons I am using:

Tested with 6.0.8

(Does work in 6.0.6)

What I already debugged:

This is due to https://github.com/plone/Products.CMFPlone/pull/3781 being broken: Products.CMFCore is imported by OFS.Application.import_products before Products.CMFPlone. IOW, it is too late to change os.environ.