xwikisas / application-filemanager

XWiki application to manage a hierarchy of folders and files
GNU Lesser General Public License v2.1
0 stars 4 forks source link

Two folders having the same name, except one with a trailing space character, are displayed two times #79 #98

Closed ChiuchiuSorin closed 7 months ago

ChiuchiuSorin commented 7 months ago

Added a trim to the input name of the folder so that any trailing spaces are removed. Opted for this solution, as the issue does not seem to be related to the application backend. The problem may be caused by the fact that a utf8mb4_bin Collation is used on the database which has a pad space attribute.

This solution also fixes issue #78.