Files
dolibarr/htdocs/core/lib
Joachim Kueter 7a37ebbeb3 FIX: Clean filenames with double spaces (#37256)
* Clean filenames with double spaces

If a filename contains double spaces, it can get uploaded in Dolibarr exactly as it is.

When listing the file or trying to download it, the dolibarr functions clear double spaces in the filename. In particular the alpha parameter for GETPOST.

This results in files being uploaded (e.g. attachments for invoices) than can get listed but remain inaccessible and even cannot get deleted via UI. 

We either need to fix all these places to accept double spaces or we change a single location, when we sanitize filenames.

* removed white space
2026-02-16 20:03:22 +01:00
..
2025-12-08 10:12:02 +01:00
2025-07-21 14:25:48 +02:00
2025-04-15 17:21:45 +02:00
2025-04-16 21:09:45 +02:00
2025-08-06 19:39:58 +02:00
2025-03-25 13:40:42 +01:00
2025-04-17 00:56:22 +02:00
2025-04-18 13:33:55 +02:00
2025-04-16 21:09:45 +02:00
2025-07-28 18:55:03 +02:00
2025-05-06 21:23:38 +02:00
2025-06-07 12:55:07 +02:00
2025-09-27 12:08:02 +02:00