Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException { node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...