- If the 'CONTENT_LENGTH' header is provided, provide this length as argument to the ``read`` method of the input stream object.
3.5.0
------------------
- Change dependency on `zope.app.container` to `zope.container`.
3.4.5
------------------
- Backport r108613 from trunk: Fix for an edge case: If someone does a ``defaultView`` for the context object and someone comes with a not allowed method, the exception view fails on ``getAdapters``.
3.4.4
------------------
- Make tests compatible with new `zope.traversing` release.
3.4.3
------------------
- Added missing depencendy: `zope.app.zcmlfiles`.
3.4.2
------------------
- Add a couple of tests to the OPTIONS verb.
- Substitute `zope.app.zapi` by direct calls to its wrapped APIs and get rid of `zope.app.zapi` as a dependency. See bug LP219302.