export_to_pdf #8

Merged
francesco.mangiacrapa merged 84 commits from export_to_pdf into master 2024-06-28 15:17:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1d5d8bb438 - Show all commits

View File

@ -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);
} }
} }