| Summary | Must check type before attempting delete |
| Queue | Gollem |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | Ben Klang <ben (at) alkaloid (dot) net> |
| Created | 12/29/2006 (654 days ago) |
| Due | |
| Updated | 01/04/2007 (648 days ago) |
| Assigned | 01/03/2007 (649 days ago) |
| Resolved | 01/04/2007 (648 days ago) |
| Attachments | gollem-delete-file-check.patch ![]() |
| Milestone | |
| Patch | No |
State ⇒ Resolved
New Attachment: gollem-delete-file-check.patch
State ⇒ Feedback
Queue ⇒ Gollem
New Attachment: gollem-delete-file-check.patch
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Summary ⇒ Must check type before attempting delete
Type ⇒ Bug
the object as a file. If that fails for any reason (database error,
permissions, whatever), it retries the delete as a directory. The
attached patch checks the object type and calls the appropriate method.