|
|
@ -104,7 +104,7 @@ public class JsonPath { |
|
|
|
|
|
|
|
|
|
|
|
public JsonPath(String jsonPath, Filter[] filters) { |
|
|
|
public JsonPath(String jsonPath, Filter[] filters) { |
|
|
|
if (jsonPath == null || |
|
|
|
if (jsonPath == null || |
|
|
|
jsonPath.trim().length()==0 || |
|
|
|
jsonPath.trim().length() == 0 || |
|
|
|
jsonPath.matches("[^\\?\\+\\=\\-\\*\\/\\!]\\(")) { |
|
|
|
jsonPath.matches("[^\\?\\+\\=\\-\\*\\/\\!]\\(")) { |
|
|
|
|
|
|
|
|
|
|
|
throw new InvalidPathException("Invalid path"); |
|
|
|
throw new InvalidPathException("Invalid path"); |
|
|
|