ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"7e660e"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#584
  #message: "Not Found"
  #code: 0
  #file: "/var/www/marksnos/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 314
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/marksnos/vendor/symfony/framework-bundle/Controller/AbstractController.php:314 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /var/www/marksnos/src/Controller/LegierungController.php:76 {
      App\Controller\LegierungController->detail(Data $spdata, Breadcrumb $breadcrumb, string $uriPartLegierungKategorie, string $uriPartLegierung) …
      › $aktuelleLegierung = $spdata->getInfoSeitenLegierungByKategorieAndUriPart($aktuelleKategorie['id'], $uriPartLegierung);if (null == $aktuelleLegierung) throw $this->createNotFoundException();}
    /var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $spdata: App\Utils\StoredProcedures\Data {#527 …}
        $breadcrumb: App\Utils\Breadcrumb {#389 …}
        $uriPartLegierungKategorie: "buntmetalle-halbzeuge-und-rohmaterial"
        $uriPartLegierung: "werkstoff-2.0060-cw004a"
      }
    }
    /var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/marksnos/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/marksnos/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/marksnos/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/marksnos/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/marksnos/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#113
  -records: [
    2 => [
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.341+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "legierung_detail"
          "route_parameters" => [
            "_route" => "legierung_detail"
            "_controller" => "App\Controller\LegierungController::detail"
            "uriPartLegierungKategorie" => "buntmetalle-halbzeuge-und-rohmaterial"
            "uriPartLegierung" => "werkstoff-2.0060-cw004a"
          ]
          "request_uri" => "http://dbzusp.marksdev.de/halbzeuge-aus-rohmaterial/buntmetalle-halbzeuge-und-rohmaterial/werkstoff-2.0060-cw004a"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.342+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.342+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.342+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.343+01:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_sqlsrv"
            "dbname" => "marks-nos-dev"
            "host" => "pluscode.database.windows.net"
            "user" => "gedankengut"
            "password" => "<redacted>"
            "idle_connection_ttl" => 600
            "port" => null
            "driverOptions" => [
              "LoginTimeout" => 15
              "ConnectRetryCount" => 3
              "ConnectRetryInterval" => 2
              "ConnectionPooling" => true
              "Encrypt" => 1
              "TrustServerCertificate" => 0
            ]
            "defaultTableOptions" => []
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1769079498
        "timestamp_rfc3339" => "2026-01-22T11:58:18.629+01:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Not Found" at AbstractController.php line 314"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#584
            #message: "Not Found"
            #code: 0
            #file: "/var/www/marksnos/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 314
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/marksnos/vendor/symfony/framework-bundle/Controller/AbstractController.php:314 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /var/www/marksnos/src/Controller/LegierungController.php:76 {
                App\Controller\LegierungController->detail(Data $spdata, Breadcrumb $breadcrumb, string $uriPartLegierungKategorie, string $uriPartLegierung) …
                › $aktuelleLegierung = $spdata->getInfoSeitenLegierungByKategorieAndUriPart($aktuelleKategorie['id'], $uriPartLegierung);if (null == $aktuelleLegierung) throw $this->createNotFoundException();}
              /var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $spdata: App\Utils\StoredProcedures\Data {#527 …}
                  $breadcrumb: App\Utils\Breadcrumb {#389 …}
                  $uriPartLegierungKategorie: "buntmetalle-halbzeuge-und-rohmaterial"
                  $uriPartLegierung: "werkstoff-2.0060-cw004a"
                }
              }
              /var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /var/www/marksnos/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/marksnos/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/marksnos/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/marksnos/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/marksnos/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#112 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
cookie
"route=1769079300.86.438.106726|b4ddee11f3161a19e8e33437551808a6; PHPSESSID=b0d743c9e8c503baab88d3ff41df4b20"
from
"gptbot(at)openai.com"
host
"dbzusp.marksdev.de"
referer
"http://dbzusp.marksdev.de"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-forwarded-for
"74.7.241.21"
x-forwarded-host
"dbzusp.marksdev.de"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-openai-host-hash
"304089871"
x-php-ob-level
"0"
x-real-ip
"74.7.241.21"
x-request-id
"31076a2088ec033d36cd3602e8e4d5f6"
x-scheme
"https"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 22 Jan 2026 10:58:18 GMT"
x-debug-exception
"Not%20Found"
x-debug-exception-file
"%2Fvar%2Fwww%2Fmarksnos%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:314"
x-debug-token
"b89046"

Cookies

Request Cookies

Key Value
PHPSESSID
"b0d743c9e8c503baab88d3ff41df4b20"
route
"1769079300.86.438.106726|b4ddee11f3161a19e8e33437551808a6"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Thu, 22 Jan 26 11:55:08 +0100"
Last used
"Thu, 22 Jan 26 11:58:17 +0100"
Lifetime
7889400

Session Attributes

Attribute Value
_csrf/artikelsuche
"laYhqRTyEOlHl3SPp1W0bJBF5C0AYAwQEJY0SjxyQzM"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/marksnos/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php"
    "line" => 54
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "handleKernelRequestEvent"
    "class" => "Sentry\SentryBundle\EventListener\LoginListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/marksnos/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/marksnos/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"da09ad18133e767e9aed3b3410516d08"

Defined as regular env variables

Key Value
ACCEPT_EULA
"Y"
APACHE_CONFDIR
"/etc/apache2"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_LOCK_DIR
"/var/lock/apache2"
APACHE_LOG_DIR
"/var/log/apache2"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_RUN_DIR
"/var/run/apache2"
APACHE_RUN_GROUP
"www-data"
APACHE_RUN_USER
"www-data"
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/marksnos/public"
CONTEXT_PREFIX
""
DBHOST
"pluscode.database.windows.net"
DBNAME
"marks-nos-dev"
DBPASSWORD
"xpRaJqIgVggx"!t9pdKC1a"
DBUSER
"gedankengut"
DOCUMENT_ROOT
"/var/www/marksnos/public"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOSTNAME
"nos-site-dbzusp-deployment-56c5ddf766-tqxl8"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"route=1769079300.86.438.106726|b4ddee11f3161a19e8e33437551808a6; PHPSESSID=b0d743c9e8c503baab88d3ff41df4b20"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"dbzusp.marksdev.de"
HTTP_REFERER
"http://dbzusp.marksdev.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"74.7.241.21"
HTTP_X_FORWARDED_HOST
"dbzusp.marksdev.de"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_OPENAI_HOST_HASH
"304089871"
HTTP_X_REAL_IP
"74.7.241.21"
HTTP_X_REQUEST_ID
"31076a2088ec033d36cd3602e8e4d5f6"
HTTP_X_SCHEME
"https"
KUBERNETES_PORT
"tcp://10.0.0.1:443"
KUBERNETES_PORT_443_TCP
"tcp://10.0.0.1:443"
KUBERNETES_PORT_443_TCP_ADDR
"10.0.0.1"
KUBERNETES_PORT_443_TCP_PORT
"443"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_HOST
"10.0.0.1"
KUBERNETES_SERVICE_PORT
"443"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
LANG
"C"
MAILER_URL
"smtp://dedi3585.your-server.de:587?transport=smtp&encryption=tls&auth_mode=login&username=relay@gedankengut.de&password=A9O32HH53iEG8SZx"
NOS_SITE_DBZUSP_SERVICE_PORT
"tcp://10.0.215.182:80"
NOS_SITE_DBZUSP_SERVICE_PORT_80_TCP
"tcp://10.0.215.182:80"
NOS_SITE_DBZUSP_SERVICE_PORT_80_TCP_ADDR
"10.0.215.182"
NOS_SITE_DBZUSP_SERVICE_PORT_80_TCP_PORT
"80"
NOS_SITE_DBZUSP_SERVICE_PORT_80_TCP_PROTO
"tcp"
NOS_SITE_DBZUSP_SERVICE_SERVICE_HOST
"10.0.215.182"
NOS_SITE_DBZUSP_SERVICE_SERVICE_PORT
"80"
NOS_SITE_DEV_SERVICE_PORT
"tcp://10.0.162.83:80"
NOS_SITE_DEV_SERVICE_PORT_80_TCP
"tcp://10.0.162.83:80"
NOS_SITE_DEV_SERVICE_PORT_80_TCP_ADDR
"10.0.162.83"
NOS_SITE_DEV_SERVICE_PORT_80_TCP_PORT
"80"
NOS_SITE_DEV_SERVICE_PORT_80_TCP_PROTO
"tcp"
NOS_SITE_DEV_SERVICE_SERVICE_HOST
"10.0.162.83"
NOS_SITE_DEV_SERVICE_SERVICE_PORT
"80"
NOS_SITE_PROD_SERVICE_PORT
"tcp://10.0.55.225:80"
NOS_SITE_PROD_SERVICE_PORT_80_TCP
"tcp://10.0.55.225:80"
NOS_SITE_PROD_SERVICE_PORT_80_TCP_ADDR
"10.0.55.225"
NOS_SITE_PROD_SERVICE_PORT_80_TCP_PORT
"80"
NOS_SITE_PROD_SERVICE_PORT_80_TCP_PROTO
"tcp"
NOS_SITE_PROD_SERVICE_SERVICE_HOST
"10.0.55.225"
NOS_SITE_PROD_SERVICE_SERVICE_PORT
"80"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.20.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c"
PHP_URL
"https://www.php.net/distributions/php-8.3.20.tar.xz"
PHP_VERSION
"8.3.20"
PWD
"/var/www/marksnos"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/halbzeuge-aus-rohmaterial/buntmetalle-halbzeuge-und-rohmaterial/werkstoff-2.0060-cw004a"
REDIS_PORT
"tcp://10.0.167.2:6379"
REDIS_PORT_6379_TCP
"tcp://10.0.167.2:6379"
REDIS_PORT_6379_TCP_ADDR
"10.0.167.2"
REDIS_PORT_6379_TCP_PORT
"6379"
REDIS_PORT_6379_TCP_PROTO
"tcp"
REDIS_SERVICE_HOST
"10.0.167.2"
REDIS_SERVICE_PORT
"6379"
REMOTE_ADDR
"10.244.2.14"
REMOTE_PORT
"34654"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1769079498
REQUEST_TIME_FLOAT
1769079498.3354
REQUEST_URI
"/halbzeuge-aus-rohmaterial/buntmetalle-halbzeuge-und-rohmaterial/werkstoff-2.0060-cw004a"
SCRIPT_FILENAME
"/var/www/marksnos/public/index.php"
SCRIPT_NAME
"/index.php"
SENTRY_DSN
"https://7c12a82f5cdf31a81c45b18327a3f4fc@o4509049604014080.ingest.de.sentry.io/4509049607028816"
SERVER_ADDR
"10.244.2.11"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dbzusp.marksdev.de"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at dbzusp.marksdev.de Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SYMFONY_DOTENV_VARS
"APP_SECRET"
argc
0
argv
[]

Parent Request

Return to parent request (token = 7e2525)

Key Value
_controller
"App\Controller\LegierungController::detail"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"legierung_detail"
_route_params
[
  "uriPartLegierungKategorie" => "buntmetalle-halbzeuge-und-rohmaterial"
  "uriPartLegierung" => "werkstoff-2.0060-cw004a"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"b02971"
uriPartLegierung
"werkstoff-2.0060-cw004a"
uriPartLegierungKategorie
"buntmetalle-halbzeuge-und-rohmaterial"