Merge branch '1.1.x'
This commit is contained in:
commit
dd8db93781
|
@ -119,6 +119,7 @@ public class MetricFilterAutoConfiguration {
|
|||
result = result.replace("**", "-star-star-");
|
||||
result = result.replace("*", "-star-");
|
||||
result = result.replace("/-", "/");
|
||||
result = result.replace("-/", "/");
|
||||
if (result.endsWith("-")) {
|
||||
result = result.substring(0, result.length() - 1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue