View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000276 | SOGo | Backend General | public | 2009-12-08 22:18 | 2021-09-16 21:43 |
Reporter | Assigned To | ||||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0000276: iCal work-around: davURL should become davURLAsString | ||||
Description | iCal is pretty picky on urls and currently does not work with SOGo. Collection urls should end with "/" while regular object urls should not. On the other hand, SOPE does not return that kind of url in its response hrefs when answering to PROPFIND requests (and it actually does not have to, since the bug is in iCal). The easiest way to fix this is to make davURL return an NSString in SOGoObject and have SOGoFolder override the method and add a "/" to the result of the super method. The full fix would also require SOPE to return the url as it was specified in the PROPFIND request. This takes time (possibly 1/2 day) and requires full testing with iCal 3, iCal 4, the extensions and possibly the web interface. The test script "test-webdav.py" should be enhanced to ensure the behaviour mentionned above: PROPFIND with depth 0 on /collection/ should return /collection/, and on /object should return /object | ||||
Tags | No tags attached. | ||||
implemented for PROPFIND. REPORT returns all collection URLS with an ending /. Since this latter behaviour is sufficient for the Apple products but not compliant with the bug description, the bug is left open. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-08 22:18 |
|
New Issue | |
2009-12-08 22:26 |
|
Relationship added | related to 0000233 |
2009-12-15 15:36 |
|
Relationship added | related to 0000289 |
2009-12-18 21:35 | ludovic | Relationship added | related to 0000074 |
2010-01-07 14:20 | ludovic | Target Version | => 1.2.0 |
2010-01-15 04:21 |
|
Note Added: 0000443 | |
2010-01-15 04:22 |
|
Assigned To | => wsourdeau |
2010-01-15 04:22 |
|
Priority | normal => low |
2010-01-15 04:22 |
|
Status | new => assigned |
2010-01-22 16:50 | francis | Target Version | 1.2.0 => 1.2.1 |
2010-02-15 21:31 |
|
Target Version | 1.2.1 => |
2021-09-16 21:43 | francis | Status | assigned => resolved |
2021-09-16 21:43 | francis | Resolution | open => fixed |