Commit dd8db937 authored by Dave Syer's avatar Dave Syer

Merge branch '1.1.x'

parents bfb387bc 79deed7e
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment