Closed giskarda closed 9 years ago
When couchbase::buckets checks if a defined bucket has to be created make sure that the check condition (current implemetation uses grep(1)) uses an exact match and not allow substring match to trick it.
Looks good, thanks.
When couchbase::buckets checks if a defined bucket has to be created make sure that the check condition (current implemetation uses grep(1)) uses an exact match and not allow substring match to trick it.