2.12.3 Document name
The repository no longer allows creating documents with an empty name.
-
repository.createDocument(null, docType, branch, language); //will throw a NullPointerException (as before)
-
repository.createDocument("", docType, branch, language); //will throw an IllegalArgumentException (since 2.4 rev 5350)
Previous