hmsonline / cassandra-triggers

52 stars 13 forks source link

Fix for issue 40 - "LogEntryStore can generate invalid column family name" #41

Closed andrewswan closed 12 years ago

andrewswan commented 12 years ago

This pull request fixes issue 40 by replacing all invalid characters with an underscore (previously only colon, percent, and dot were being replaced).

A JUnit test case is included.

ptgoetz commented 12 years ago

Awesome. Thanks Andrew!