tisdag 23 december 2008 01:27:23 skrev Shawn O. Pearce: > + private static final Pattern SAFE_REPOSITORY_NAME = Pattern > + .compile("^[A-Za-z][A-Za-z0-9/_ -]+(\\.git)?$"); This restriction is too strict. Wouldn't any path not containing ".." be valid? In particular this did not work with my "EGIT.contrib" repo. I have a lot of repos with names llike "name.purpose". Just adding '.' to the character set isn't really enough. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html