export_to_pdf #8
|
@ -233,7 +233,7 @@ public class GeoportalResolver {
|
||||||
List<String> targetPaths = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
List<String> targetPaths = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
|
||||||
.map(TargetAppGeoportalCodes::getId).collect(Collectors.toList());
|
.map(TargetAppGeoportalCodes::getId).collect(Collectors.toList());
|
||||||
throw ExceptionManager.badRequestException(req,
|
throw ExceptionManager.badRequestException(req,
|
||||||
"Target application is wrong. Add a target path as /"+targetPaths+"+ to resolve towards the applications: " + targetApps, this.getClass(),
|
"Target application is wrong. Add a target path as /"+targetPaths+" to resolve towards the applications: " + targetApps, this.getClass(),
|
||||||
helpURI);
|
helpURI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue