-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Catalog and Routing
-
2
The public documentation mentions that the database name cannot contain some invalid characters (note that the actual list of not allowed characters differs from Windows and Linux).
The Mongo Shell prevents the creation of database with these invalid characters, but not the drivers and not the server.
The goal of this ticket is to implement a server-side control to prevent the creation of such invalid databases.
- is related to
-
SERVER-75942 Check that database name is valid UTF-8 when creating a new database
- In Progress