MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities
109 stars 45 forks source link

Zookeeper namespace validation doesn't allow any namespace #25

Closed lehphyro closed 10 years ago

lehphyro commented 10 years ago

If I leave the namespace empty, curator says "/" isn't valid. If I set namespace = test, a dropwizard-extra regexp validation says it isn't valid If I set namespace = /test, curator says it isn't valid because it prepends a "/" itself to the namespace

nicktelford commented 10 years ago

Thanks for the bug report. Seems I didn't scrutise the Curator API quite hard enough. Please let me know if you discover any other issues.