This is more a curiosity than an issue: in a folder, I can create two objects with the same title (the ids are different).
Is it possible to block the creation of an object that has the same title of an existing object in the same folder?
I think not, but if I wanted to do that[*], what should I modify?
The only thing that comes to my mind is a custom validation of the title field of all content types at creation, but it doesn't seem to me a good idea (e.g. new content types would probably break this solution).
ATM I'm interested only in the theory
[*] If I wanted to impose this restriction, I guess I'd need to take care of "editing" of the objects also.