|
|
@ -83,7 +83,7 @@ public class FileTaskProcess implements Runnable{ |
|
|
|
//补充url前缀 |
|
|
|
String path = (String) map.get(key); |
|
|
|
if(path.contains(Constants.HTTP)){ |
|
|
|
results.put(key, path.replace(Constants.CLUSTER_ADDRESS, Constants.DOMAIN_NAME)); |
|
|
|
results.put(key, path.replace(Constants.CLUSTER_ADDRESS, Constants.DOMAIN_NAME).replaceAll("\\?.*", Constants.EMPTY)); |
|
|
|
}else{ |
|
|
|
results.put(key, host+path); |
|
|
|
} |
|
|
|