View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001441 | SOGo | Backend Address Book | public | 2011-09-08 19:48 | 2011-11-24 20:34 |
Reporter | Marten Gajda | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.8 | ||||
Fixed in Version | 1.3.10 | ||||
Summary | 0001441: wrong DAV headers on OPTIONS request on global address book | ||||
Description | The response to an OPTIONS request on the global address book returns the DAV headers of a calendar collection not of an address book. one can easily verify this with curl: HTTP/1.1 200 Ok As you can see the global address book is advertised as calendar not as an address book. | ||||
Tags | No tags attached. | ||||
Correct. Note that, in order to determine the type of collection you are dealing with, you should perform a PROPFIND on the collection and request the DAV: resourcetype property. The DAV HTTP header only advertise the capabilities of the queried object. |
|
Fixed in 4cbfcc8ac9c9c474165cdf1d49e3c456e68e8179 |
|
This bug is not fixed, it became even worse. Now even personal address books do not return proper DAV Headers: $ curl -D - -X OPTIONS -u sogo1:sogo1 http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Contacts/personal/ HTTP/1.1 200 Ok http://tools.ietf.org/html/draft-daboo-carddav-04#section-6.1 clearly states:
|
|
Was due to a typo, should be fixed now. Please confirm... |
|
Thanks, looks good now (for both, global and personal address books) :-) $ curl -D - -X OPTIONS -u sogo1:sogo1 http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Contacts/personal/ $ curl -D - -X OPTIONS -u sogo1:sogo1 http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Contacts/public/ |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-08 19:48 | Marten Gajda | New Issue | |
2011-09-19 15:06 |
|
Note Added: 0002850 | |
2011-10-04 19:56 |
|
Note Added: 0002863 | |
2011-10-04 19:56 |
|
Status | new => resolved |
2011-10-04 19:56 |
|
Resolution | open => fixed |
2011-10-04 19:56 |
|
Assigned To | => wsourdeau |
2011-10-24 19:22 | francis | Fixed in Version | => 1.3.9 |
2011-10-31 13:39 | Marten Gajda | Note Added: 0002957 | |
2011-10-31 13:39 | Marten Gajda | Status | resolved => feedback |
2011-10-31 13:39 | Marten Gajda | Resolution | fixed => reopened |
2011-10-31 13:41 | Marten Gajda | Note Edited: 0002957 | |
2011-11-24 19:48 |
|
Note Added: 0003061 | |
2011-11-24 20:33 | Marten Gajda | Note Added: 0003068 | |
2011-11-24 20:34 | ludovic | Status | feedback => resolved |
2011-11-24 20:34 | ludovic | Fixed in Version | 1.3.9 => 1.3.10 |
2011-11-24 20:34 | ludovic | Resolution | reopened => fixed |
2011-11-24 20:34 | ludovic | Status | resolved => closed |