Error 404 Not Found

GET https://dod.oj-consulting.fr/etc/profile.d

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2609
  -attributes: [
    "requestUri" => "/etc/profile.d"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2083
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#2065
        -name: "don-d-organes.fr"
        -key: "don-d-organes"
        -localizations: [
          Sulu\Component\Localization\Localization {#2066
            -language: "fr"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2066}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2073
            -name: "don-d-organes.fr"
            -key: "don-d-organes"
            -localizations: [
              Sulu\Component\Localization\Localization {#2074 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2074 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2074 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2078
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2079 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2079 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2080
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2081 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2081 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2065}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#2069 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
          "error-404" => "error/error-404"
          "error-500" => "error/error-500"
        ]
        -defaultTemplates: [
          "page" => "default"
          "homepage" => "homepage"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2073}
      -localization: Sulu\Component\Localization\Localization {#2066}
      -segment: null
      -url: "dod.oj-consulting.fr"
      -redirect: ""
      -main: true
      -urlExpression: "dod.oj-consulting.fr"
      -priority: 10
    }
    "matchType" => 1
    "portalUrl" => "dod.oj-consulting.fr"
    "webspace" => Sulu\Component\Webspace\Webspace {#2065}
    "portal" => Sulu\Component\Webspace\Portal {#2073}
    "localization" => Sulu\Component\Localization\Localization {#2066}
    "locale" => "fr"
    "urlExpression" => "dod.oj-consulting.fr"
    "resourceLocator" => "/etc/profile"
    "format" => "d"
    "dateTime" => DateTime @1751619116 {#2606
      date: 2025-07-04 08:51:56.549929 UTC (+00:00)
    }
    "host" => "dod.oj-consulting.fr"
    "port" => 443
    "path" => "/etc/profile.d"
    "scheme" => "https"
  ]
}
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2153
  #message: "No route found for "GET https://dod.oj-consulting.fr/etc/profile.d""
  #code: 0
  #file: "/var/www/html/dod/dod_docker/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 149
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2121 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
      Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      › $this->baseRouteListener->onKernelRequest($event);if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
    }
    /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
    }
    /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/html/dod/dod_docker/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) {
    }
    /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
    }
    /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#291
  -records: [
    13 => [
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.508+00:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2068
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
            #code: 0
            #file: "/var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
            #line: 305
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
                Sulu\Component\Localization\Localization->setXDefault($xDefault) …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);}
              /var/www/html/dod/dod_docker/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:39 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization0->setDefault(true);$localization0->setXDefault('');$localizationRefs['don-d-organes_fr'] = $localization0;
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                ›     }    ($closure = $listener(...))(...$args);};
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/dod/dod_docker/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) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.508+00:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2075
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
            #code: 0
            #file: "/var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
            #line: 305
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
                Sulu\Component\Localization\Localization->setXDefault($xDefault) …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);}
              /var/www/html/dod/dod_docker/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:76 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setDefault('1');$localization->setXDefault('');$portal->addLocalization($localization);
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                ›     }    ($closure = $listener(...))(...$args);};
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/dod/dod_docker/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) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.508+00:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2076
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
            #code: 0
            #file: "/var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
            #line: 194
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
                Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
                Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
                › 
                › if (!$this->getXDefaultLocalization()) {    $this->setXDefaultLocalization($defaultLocalization);
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
                Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
                › if ($localization->isDefault()) {    $this->setDefaultLocalization($localization);}
              }
              /var/www/html/dod/dod_docker/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:77 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setXDefault('');$portal->addLocalization($localization);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                ›     }    ($closure = $listener(...))(...$args);};
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/dod/dod_docker/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) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.509+00:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2077
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
            #code: 0
            #file: "/var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
            #line: 181
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
                Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
                › if (\func_num_args() < 2 || \func_get_arg(1)) {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
                Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
                › if (!$this->getXDefaultLocalization()) {    $this->setXDefaultLocalization($defaultLocalization);}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
                Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
                › if ($localization->isDefault()) {    $this->setDefaultLocalization($localization);}
              }
              /var/www/html/dod/dod_docker/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:77 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setXDefault('');$portal->addLocalization($localization);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                ›     }    ($closure = $listener(...))(...$args);};
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/dod/dod_docker/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) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.511+00:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/etc/profile.d/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.511+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.517+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.520+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "admin-seat-dashboard.cubldv47uvdi.eu-west-3.rds.amazonaws.com"
            "port" => 3306
            "user" => "seatdashpreprod"
            "password" => "<redacted>"
            "driverOptions" => [
              1002 => "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))"
            ]
            "defaultTableOptions" => []
            "dbname" => "dod_staging"
            "serverVersion" => "8.0.27"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.530+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r1_.path AS path_8, r1_.locale AS locale_9, r1_.entity_class AS entity_class_10, r1_.entity_id AS entity_id_11, r1_.history AS history_12, r1_.id AS id_13, r1_.created AS created_14, r1_.changed AS changed_15, r0_.target_id AS target_id_16, r0_.idUsersCreator AS idUsersCreator_17, r0_.idUsersChanger AS idUsersChanger_18, r1_.target_id AS target_id_19, r1_.idUsersCreator AS idUsersCreator_20, r1_.idUsersChanger AS idUsersChanger_21 FROM ro_routes r0_ LEFT JOIN ro_routes r1_ ON r0_.target_id = r1_.id WHERE r0_.path = ? AND r0_.locale = ?"
          "params" => [
            1 => "/etc/profile"
            2 => "fr"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.535+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.538+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT r0_.enabled AS enabled_0, r0_.statusCode AS statusCode_1, r0_.source AS source_2, r0_.sourceHost AS sourceHost_3, r0_.target AS target_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.idUsersCreator AS idUsersCreator_8, r0_.idUsersChanger AS idUsersChanger_9 FROM re_redirect_routes r0_ WHERE r0_.source = ? AND (r0_.sourceHost = ? OR r0_.sourceHost = '' OR r0_.sourceHost IS NULL) AND r0_.enabled = 1 ORDER BY r0_.sourceHost DESC LIMIT 1"
          "params" => [
            1 => "/etc/profile"
            2 => "dod.oj-consulting.fr"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.540+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.541+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dod.oj-consulting.fr/etc/profile.d"" at RouterListener.php line 149"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2153
            #message: "No route found for "GET https://dod.oj-consulting.fr/etc/profile.d""
            #code: 0
            #file: "/var/www/html/dod/dod_docker/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 149
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2121 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/html/dod/dod_docker/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->baseRouteListener->onKernelRequest($event);if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                ›     }    ($closure = $listener(...))(...$args);};
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/dod/dod_docker/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) {
              }
              /var/www/html/dod/dod_docker/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/html/dod/dod_docker/public/index.php:69 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1751619116
        "timestamp_rfc3339" => "2025-07-04T08:51:56.597+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC"
          "params" => [
            1 => "dod.oj-consulting.fr"
            2 => "dev"
            3 => "don-d-organes"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    13 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#290 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"dod.oj-consulting.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"558696133"
x-php-ob-level
"1"

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
"Fri, 04 Jul 2025 08:51:56 GMT"
vary
"Accept"
x-cache-debug
"1"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fdod.oj-consulting.fr%2Fetc%2Fprofile.d%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fdod%2Fdod_docker%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:149"
x-debug-token
"07ae98"
x-generator
"Sulu/2.6.7"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"023bcfc19b83dd202edefbb38a5dad83"
DATABASE_URL
"mysql://seatdashpreprod:5nEL!t5(2p@admin-seat-dashboard.cubldv47uvdi.eu-west-3.rds.amazonaws.com:3306/dod_staging?serverVersion=8.0.27&charset=utf8mb4"
GEO_API_GOUV_ENDPOINT_CITIES
"communes"
GEO_API_GOUV_URL
"https://geo.api.gouv.fr/"
JACKRABBIT_VERSION
"2.20.12"
LOCK_DSN
"flock"
MAILER_DSN
"mailjet+smtp://3dd87b17ade26f88fcd9e6b5e50e494c:7935834a0fa@in-v3.mailjet.com"
SULU_ADMIN_EMAIL
"contact@dondorganes.fr"
SULU_ADMIN_ROUTE_PREFIX
"bo-ddo"
SULU_MAINTENANCE
"false"
SULU_MAINTENANCE_IPS_ALLOWED
"127.0.0.1"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/dod/dod_docker/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/dod/dod_docker/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"dod.oj-consulting.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"558696133"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://dod.oj-consulting.fr/etc/profile.d"
REDIRECT_SCRIPT_URL
"/etc/profile.d"
REDIRECT_SSL_TLS_SNI
"dod.oj-consulting.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/etc/profile.d"
REMOTE_ADDR
"20.171.207.203"
REMOTE_PORT
"55724"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1751619116
REQUEST_TIME_FLOAT
1751619116.4645
REQUEST_URI
"/etc/profile.d"
SCRIPT_FILENAME
"/var/www/html/dod/dod_docker/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dod.oj-consulting.fr/etc/profile.d"
SCRIPT_URL
"/etc/profile.d"
SERVER_ADDR
"95.142.160.149"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"dod.oj-consulting.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at dod.oj-consulting.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SSL_TLS_SNI
"dod.oj-consulting.fr"
SYMFONY_DOTENV_PATH
"/var/www/html/dod/dod_docker/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,TRUSTED_PROXIES,SULU_ADMIN_ROUTE_PREFIX,JACKRABBIT_VERSION,SULU_MAINTENANCE,LOCK_DSN,DATABASE_URL,SULU_ADMIN_EMAIL,SULU_MAINTENANCE_IPS_ALLOWED,GEO_API_GOUV_URL,GEO_API_GOUV_ENDPOINT_CITIES,MAILER_DSN"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = d05897)

Key Value
_fos_rest_zone
false
_remove_csp_headers
true
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2084
  -attributes: [
    "requestUri" => "/etc/profile.d"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2083
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#2065
        -name: "don-d-organes.fr"
        -key: "don-d-organes"
        -localizations: [
          Sulu\Component\Localization\Localization {#2066
            -language: "fr"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2066}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2073
            -name: "don-d-organes.fr"
            -key: "don-d-organes"
            -localizations: [
              Sulu\Component\Localization\Localization {#2074 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2074 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2074 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2078
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2079 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2079 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2080
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2081 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2081 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2065}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#2069 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
          "error-404" => "error/error-404"
          "error-500" => "error/error-500"
        ]
        -defaultTemplates: [
          "page" => "default"
          "homepage" => "homepage"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2073}
      -localization: Sulu\Component\Localization\Localization {#2066}
      -segment: null
      -url: "dod.oj-consulting.fr"
      -redirect: ""
      -main: true
      -urlExpression: "dod.oj-consulting.fr"
      -priority: 10
    }
    "matchType" => 1
    "portalUrl" => "dod.oj-consulting.fr"
    "webspace" => Sulu\Component\Webspace\Webspace {#2065}
    "portal" => Sulu\Component\Webspace\Portal {#2073}
    "localization" => Sulu\Component\Localization\Localization {#2066}
    "locale" => "fr"
    "urlExpression" => "dod.oj-consulting.fr"
    "resourceLocator" => "/etc/profile"
    "format" => "d"
    "dateTime" => DateTime @1751619116 {#1665
      date: 2025-07-04 08:51:56.509299 UTC (+00:00)
    }
    "host" => "dod.oj-consulting.fr"
    "port" => 443
    "path" => "/etc/profile.d"
    "scheme" => "https"
  ]
}