fixed bad request message error

This commit is contained in:
Francesco Mangiacrapa 2024-04-04 16:45:41 +02:00
parent 88201bf617
commit 1d5d8bb438
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public class GeoportalResolver {
List<String> targetPaths = Arrays.asList(TargetAppGeoportalCodes.values()).stream()
.map(TargetAppGeoportalCodes::getId).collect(Collectors.toList());
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);
}
}