29-UpdatePluginsAndDependencies

This commit is contained in:
Adrian-Devries 2025-04-28 10:16:20 +02:00
parent 07240d76fe
commit a6238b6a0c
3 changed files with 8 additions and 4 deletions

View file

@ -102,7 +102,7 @@ class CheckHandler extends BaseHandler {
if (path.equalsIgnoreCase("/")) {
return "supplied_instance_" + counter.incrementAndGet();
}
return path.substring((path.lastIndexOf('/') + 1));
return path.substring(path.lastIndexOf('/') + 1);
}
private static int resolveStatus(final Result result) {

View file

@ -33,7 +33,7 @@ org.slf4j.simpleLogger.showLogName=false
org.slf4j.simpleLogger.showShortLogName=false
org.slf4j.simpleLogger.levelInBrackets=true
#
# Licensed to the Koordinierungsstelle f<EFBFBD>r IT-Standards (KoSIT) under
# Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
# one or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. KoSIT licenses this file