You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type in 64 characters and make sure there are special unicode characters like "ü"
Save share
Expected
Share name is accepted
Actual
Share name rejected
Version
10.0.8 RC1
It seems the limit is 64 ASCII characters and when using unicode it would use more bytes in the database. Not sure what to do in this case as we cannot predict accurately how many characters would be allowed if all of them were unicode.
Maybe the PHP function used for the check needs to account for unicode characters as well, but if it does, will the database (all DB types) accept them despite the fact that a unicode character will use more bytes ? Something to try.
This issue is likely to happen for other columns as well.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #1074 (Public sharing and pretty URL), #15022 (Share link hangs), #18737 (share link problem), #20442 (Share link hidden), and #5689 (Moving folder changes public share link).
Steps
Expected
Share name is accepted
Actual
Share name rejected
Version
10.0.8 RC1
It seems the limit is 64 ASCII characters and when using unicode it would use more bytes in the database. Not sure what to do in this case as we cannot predict accurately how many characters would be allowed if all of them were unicode.
Maybe the PHP function used for the check needs to account for unicode characters as well, but if it does, will the database (all DB types) accept them despite the fact that a unicode character will use more bytes ? Something to try.
This issue is likely to happen for other columns as well.
The text was updated successfully, but these errors were encountered: