riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Prohibit non-word characters as clustername #620

Closed cormoran closed 7 years ago

cormoran commented 7 years ago

Only allow [a-zA-Z0-9_-]+ in the cluster name. Please see https://github.com/pcmanus/ccm/issues/421.

ptnapoleon commented 7 years ago

Thanks for the fix!