Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024615 | mantisbt | attachments | public | 2018-07-18 02:17 | 2024-11-10 06:15 |
| Reporter | tk | Assigned To | dregad | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 2.15.0 | ||||
| Summary | 0024615: admin/check : writability check for absolute_path_default_upload_folder with FAIL may be too restrictive | ||||
| Description | In my environment I have a main upload folder and various project (-group) specific subdirectories as proper upload folders. This is required in order to allow for simple accounting of the data. Therefore in my case absolute_path_default_upload_folder must not be writable, since attachments have to be reliably inserted into the proper (writable) subdirectories. When I execute admin/check the checker will prematurely stop due to failure with
Currently I chmod the main upload folder writable before running the check, but maybe there are better options. | ||||
| Tags | No tags attached. | ||||
|
We expect $g_absolute_path_default_upload_folder because it is the default upload folder, and as such it needs to be writable. Your specific scenario where it is not actually used is quite specific, and it may happen that someone adds a new project and forgets to change the project's upload folder. In my opinion it would not be worth the effort, to check that every project overrides the default, so I'm closing this as won't fix. That being said, your second suggestion, i.e. not causing subsequent checks to fail after the first error, is covered by 0033012 which I'm targeting for release 2.28.0. |
|
related to
child of
duplicate of