Commit ac7f2718 authored by Anil Kumar Gupta's avatar Anil Kumar Gupta
Browse files

Issue #KN-439 feat: Fixed ClassCast issue.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -100,7 +100,7 @@ object CSPMetaUtil {
val values = data.get("values")
val updatedValues = values match {
case x: List[AnyRef] => x.map(value => StringUtils.replaceEach(value.asInstanceOf[String], basePaths, repArray))
case x: List[AnyRef] => x.map(value => getBasePath("", value, basePaths, repArray))
case _ => values
}
......
Supports Markdown
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