-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
38 lines (27 loc) · 1.24 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
==================
Changes in z3c.dav
==================
1.0b2
=====
- Be more pedantic in parsing `IF' conditional header. Raise `BadRequest'
exception when no conditions are present in the header. Handle condition
when there are no state tokens known by the system, here the conditional
request should fail.
- Improved the handling of `Unauthorized' and `Forbidden' errors during the
processing of `PROPFIND' requests. Basically we return a `Unauthorized'
response requesting the user to log-in when the problem occurs on the
requested resource otherwise we render the problem into the `multistatus'
response. In the case where we aren't allowed to list a folder we ignore
the contents, unless it is the requested resource.
- Register views for the `zope.security.interfaces.Forbidden' exceptions.
- Remove all the deprecation warnings.
1.0b1
=====
- Fix bug in COPY / MOVE methods when the destination URL contained quoted
characters - https://bugs.launchpad.net/z3c.dav/+bug/163150
- MKCOL and PROPFIND methods needed to expect a string as a value for the
content-length header - https://bugs.launchpad.net/z3c.dav/+bug/163153
0.9.1
=====
- Stricter property validation
- Some servers pass the `Content-Length` header value as a string