flaviostutz / ruller-dsl-feature-flag

A feature flag engine that can be used to enable, change or rollout features of a system dynamically based on system or user attributes
MIT License
2 stars 6 forks source link

Bug correction when group name contain input name #2

Closed LucasMilhomem closed 5 years ago

LucasMilhomem commented 5 years ago

If group name contains the input name, the Replace method tries to replace the group name, so the rule comes out with bugs. fix: concatenated the "input:" str to the replace so it will not be able to replace the groupname

flaviostutz commented 5 years ago

Thanks, Lucas! Great!