plone / cookiecutter-zope-instance

It bakes configuration for Zope 5
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Handle new ZPublisher options (Plone 6.0.7) #11

Closed jensens closed 7 months ago

jensens commented 11 months ago

follow-up of https://github.com/plone/Products.CMFPlone/issues/3848

Need to handle newly introduced Zope form size limits: https://github.com/zopefoundation/Zope/blob/efadec226467923a53feab116907a04ff8eef4a2/src/ZPublisher/HTTPRequest.py#L54-L58

Docs see https://zope.readthedocs.io/en/latest/operation.html?highlight=dos_protection#zope-configuration-reference -> scroll down until dos_protection.

jensens commented 7 months ago

this was fixed by me a while ago