https://bugzilla.wikimedia.org/show_bug.cgi?id=44066

Andre Klapper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Low
                 CC|                            |[email protected]
            Summary|Files cannot be uploaded    |Files cannot be uploaded
                   |when the database name      |when database name contains
                   |contains certain            |certain characters due to
                   |characters.                 |regex check in
                   |                            |FileBackendStore.php

--- Comment #1 from Andre Klapper <[email protected]> ---
Hi grotlek, thanks for reporting and tracking this down!

In current git master (1.21wmf8) this function is located in the file
./includes/filebackend/FileBackendStore.php and you refer to this regex:

return preg_match( '/^[a-z0-9][a-z0-9-_]{0,199}$/i', $container );

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to