Make sure no urls with whitespace and not having good extension slip through

This commit is contained in:
Hunter Stern
2016-01-20 14:29:42 -08:00
parent 12a88d6d23
commit 4518bc2da8
@@ -437,8 +437,9 @@ public class UriUtils {
return true;
}
}
return false;
}
return false;
}
/*