https://unipoll.de/ZA/01-11-2009.pdf

ZAController :: downloadAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"JF\JuridicusBundle\Controller\ZAController::downloadAction"
_converters
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#291
    -name: "date"
    -class: "DateTime"
    -options: [
      "format" => "d-m-Y"
    ]
    -isOptional: false
    -converter: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"za_download"
_route_params
[
  "date" => "01-11-2009"
]
_security_firewall_run
"_security_main"
date
DateTime @1257046360 {#280
  date: 2009-11-01 03:32:40.0 UTC (+00:00)
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"unipoll.de"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"Thu, 19 Mar 2026 03:32:40 GMT"
vary
"Accept"
x-debug-exception
"The%20file%20%22%2Fvar%2Fwww%2Fjuridicus%2Fsrc%2FJuridicusBundle%2FEntity%2F..%2F..%2F..%2F..%2Fapp%2Ffiles%2Fpdf%2Fza%2FZA%2011-2009.pdf%22%20does%20not%20exist"
x-debug-exception-file
"%2Fvar%2Fwww%2Fjuridicus%2Fvendor%2Fsymfony%2Fhttp-foundation%2FFile%2FFile.php:36"
x-debug-token
"4725ef"
x-debug-token-link
"https://unipoll.de/_profiler/0eae25"
x-previous-debug-token
"0eae25"
x-robots-tag
"noindex"

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_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"85cfa2ff15f35acbe27a8fdb8fea9345"
DATABASE_URL
"mysql://juri:_GIy7Wy]Zdd(PTni@127.0.0.1:3306/juri"
DEPLOY_PUBKEY_FILE
"%kernel.project_dir%/config/deploy_key.pub"
MAILER_BCC
"paulgamper@yahoo.com"
MAILER_DSN
"smtp://AKIAW6GHGRHYOFMPWRPW:BLmneHjpS0wz5pfydmYFMNtRsz%2FS44XG5GGLXQ1YxJOj@email-smtp.eu-west-1.amazonaws.com:465?encryption=tls"
MAILER_URL
"null://localhost"
MAILER_USER
"info@juridicus.de"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/juridicus/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"unipoll.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.143"
REMOTE_PORT
"63341"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773891160
REQUEST_TIME_FLOAT
1773891160.3789
REQUEST_URI
"/ZA/01-11-2009.pdf"
SCRIPT_FILENAME
"/var/www/juridicus/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"92.205.19.106"
SERVER_NAME
"unipoll.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,DATABASE_URL,APP_SECRET,MAILER_DSN,DEPLOY_PUBKEY_FILE,MAILER_USER,MAILER_BCC,MAILER_URL"
USER
"www-data"

Sub Requests 1

ErrorController (token = 0eae25)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#125
  #message: "The file "/var/www/juridicus/src/JuridicusBundle/Entity/../../../../app/files/pdf/za/ZA 11-2009.pdf" does not exist"
  #code: 0
  #file: "/var/www/juridicus/vendor/symfony/http-foundation/File/File.php"
  #line: 36
  trace: {
    /var/www/juridicus/vendor/symfony/http-foundation/File/File.php:36 {
      Symfony\Component\HttpFoundation\File\File->__construct(string $path, bool $checkPath = true) …
      › if ($checkPath && !is_file($path)) {    throw new FileNotFoundException($path);}
    }
    /var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:94 {
      JF\JuridicusBundle\Entity\Pdf->getFilename() …
      › if (!$this->filename) {\t$file = new File($this->getPath());\t$this->filename = $file->getFileName();
    }
    /var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:225 {
      JF\JuridicusBundle\Entity\Pdf->createResponse($inline = false) …
      › $inline ? ResponseHeaderBag::DISPOSITION_INLINE : ResponseHeaderBag::DISPOSITION_ATTACHMENT,$this->getFilename().".pdf",iconv('utf-8', 'us-ascii//TRANSLIT', $this->getFilename())
    }
    /var/www/juridicus/src/JuridicusBundle/Controller/ZAController.php:376 {
      JF\JuridicusBundle\Controller\ZAController->downloadAction(DateTime $date, PdfZeitschriftZARepository $repo) …
      ›     // Archiv-Zeitschriften (älter als 6 Monate) immer erlaubt    return $pdf->createResponse(true);}
    }
    /var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/juridicus/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#491
  #name: "request"
  #handlers: [
    Monolog\Handler\StreamHandler {#484
      #level: Monolog\Level {#486 …}
      #bubble: true
      #processors: [
        Monolog\Processor\PsrLogMessageProcessor {#483
          -dateFormat: null
          -removeUsedContextFields: false
        }
      ]
      #formatter: Monolog\Formatter\LineFormatter {#451 …}
      #streamChunkSize: 13421772
      #stream: stream resource @128
        timed_out: false
        blocked: true
        eof: false
        wrapper_type: "plainfile"
        stream_type: "STDIO"
        mode: "a"
        unread_bytes: 0
        seekable: true
        uri: "/var/www/juridicus/var/log/dev.log"
        options: []
      }
      #url: "/var/www/juridicus/var/log/dev.log"
      -errorMessage: null
      #filePermission: null
      #useLocking: false
      #fileOpenMode: "a"
      -dirCreated: true
      -retrying: false
    }
    Symfony\Bridge\Monolog\Handler\ConsoleHandler {#485
      #level: Monolog\Level {#486 …}
      #bubble: true
      #processors: []
      #formatter: null
      -output: null
      -verbosityLevelMap: [
        16 => 400
        32 => 300
        64 => 250
        128 => 200
        256 => 100
      ]
      -consoleFormatterOptions: []
    }
  ]
  #processors: [
    Symfony\Bridge\Monolog\Processor\DebugProcessor {#488
      -records: [
        9 => [
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.396+00:00"
            "message" => "User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#570
                #message: "User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead."
                #code: 0
                #file: "/var/www/juridicus/vendor/symfony/monolog-bridge/Logger.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/juridicus/vendor/symfony/monolog-bridge/Logger.php:14 {
                    include_once …
                    › 
                    › trigger_deprecation('symfony/monolog-bridge', '6.4', 'The "%s" class is deprecated, use HttpKernel\'s DebugLoggerConfigurator instead.', Logger::class);}
                  /var/www/juridicus/var/cache/dev/Container7HegdsI/JF_KernelDevDebugContainer.php:207 {
                    Container7HegdsI\JF_KernelDevDebugContainer->Container7HegdsI\{closure} …
                    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
                  }
                  /var/www/juridicus/vendor/symfony/dependency-injection/Container.php:151 {
                    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                    ›     unset($this->privates['service_container']);    $initialize();}
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:457 {
                    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:789 {
                    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                    › $this->initializeBundles();$this->initializeContainer();}
                  /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:190 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
                    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
                  /var/www/juridicus/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                }
              }
            ]
            "channel" => "deprecation"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.397+00:00"
            "message" => "Matched route "{route}"."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "route" => "za_download"
              "route_parameters" => [
                "_route" => "za_download"
                "_controller" => "JF\JuridicusBundle\Controller\ZAController::downloadAction"
                "date" => "01-11-2009"
              ]
              "request_uri" => "https://unipoll.de/ZA/01-11-2009.pdf"
              "method" => "GET"
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.398+00:00"
            "message" => "Checking for authenticator support."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "firewall_name" => "main"
              "authenticators" => 1
            ]
            "channel" => "security"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.398+00:00"
            "message" => "Checking support on authenticator."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "firewall_name" => "main"
              "authenticator" => "JF\JuridicusBundle\Security\LoginFormAuthenticator"
            ]
            "channel" => "security"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.399+00:00"
            "message" => "Authenticator does not support the request."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "firewall_name" => "main"
              "authenticator" => "JF\JuridicusBundle\Security\LoginFormAuthenticator"
            ]
            "channel" => "security"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.399+00:00"
            "message" => "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#294
                #message: "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
                #code: 0
                #file: "/var/www/juridicus/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php"
                #line: 16
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/juridicus/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
                    class_exists(string $class, bool $autoload = true): bool …
                    › 
                    › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
                  /var/www/juridicus/vendor/symfony/var-exporter/Internal/Registry.php:68 {
                    Symfony\Component\VarExporter\Internal\Registry::getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) …
                    › {    if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {        throw new ClassNotFoundException($class);
                  }
                  /var/www/juridicus/vendor/symfony/var-exporter/Internal/Registry.php:54 {
                    Symfony\Component\VarExporter\Internal\Registry::p($class) …
                    › {    self::getClassReflector($class, true, true);}
                  /var/www/juridicus/var/cache/dev/pools/system/vvOLjL5CfH/S/E/rTjxLypqwvw8myRNmkLQ:5 {
                    Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
                    › $o = [    clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),    clone ($p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter')),
                  }
                  /var/www/juridicus/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
                    Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
                    › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
                  }
                  /var/www/juridicus/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:224 {
                    Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
                    › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
                  }
                  /var/www/juridicus/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
                    Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
                    › try {    $item = $this->pool->getItem($key);} finally {
                  }
                  /var/www/juridicus/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
                    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
                    › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
                  }
                  /var/www/juridicus/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:154 {
                    Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
                    › 
                    › $item = $this->cache->getItem($cacheKey);if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
                  }
                  /var/www/juridicus/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:120 {
                    Doctrine\Common\Annotations\PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
                    › 
                    › $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);}
                  /var/www/juridicus/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php:61 {
                    Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener->onKernelController(KernelEvent $event) …
                    › $classConfigurations = $this->getConfigurations($this->reader->getClassAnnotations($object));$methodConfigurations = $this->getConfigurations($this->reader->getMethodAnnotations($method));}
                  /var/www/juridicus/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
                    Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                    ›     }    ($closure = $listener(...))(...$args);};
                  }
                  /var/www/juridicus/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                    ›     }    $listener($event, $eventName, $this);}
                  }
                  /var/www/juridicus/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/juridicus/vendor/symfony/http-kernel/HttpKernel.php:151 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:75 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:202 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/juridicus/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                }
              }
            ]
            "channel" => "deprecation"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.400+00:00"
            "message" => "Connecting with parameters {params}"
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "params" => [
                "use_savepoints" => true
                "driver" => "pdo_mysql"
                "idle_connection_ttl" => 600
                "host" => "127.0.0.1"
                "port" => 3306
                "user" => "juri"
                "password" => "<redacted>"
                "driverOptions" => []
                "defaultTableOptions" => [
                  "collation" => "utf8mb4_unicode_ci"
                ]
                "dbname" => "juri"
                "charset" => "utf8mb4"
              ]
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.402+00:00"
            "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "sql" => "SELECT t0.id AS id_1, t0.anzahl_seiten AS anzahl_seiten_2, t0.path AS path_3, t0.size AS size_4, t0.mimeType AS mimeType_5, t0.created_at AS created_at_6, t0.released_at AS released_at_7 FROM pdf_zeitschrift_za t0 WHERE t0.released_at = ? LIMIT 1"
              "params" => [
                1 => "2009-11-01"
              ]
              "types" => [
                1 => 2
              ]
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1773891160
            "timestamp_rfc3339" => "2026-03-19T03:32:40.402+00:00"
            "message" => "Uncaught PHP Exception Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException: "The file "/var/www/juridicus/src/JuridicusBundle/Entity/../../../../app/files/pdf/za/ZA 11-2009.pdf" does not exist" at /var/www/juridicus/vendor/symfony/http-foundation/File/File.php line 36"
            "priority" => 500
            "priorityName" => "CRITICAL"
            "context" => [
              "exception" => Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#125
                #message: "The file "/var/www/juridicus/src/JuridicusBundle/Entity/../../../../app/files/pdf/za/ZA 11-2009.pdf" does not exist"
                #code: 0
                #file: "/var/www/juridicus/vendor/symfony/http-foundation/File/File.php"
                #line: 36
                trace: {
                  /var/www/juridicus/vendor/symfony/http-foundation/File/File.php:36 {
                    Symfony\Component\HttpFoundation\File\File->__construct(string $path, bool $checkPath = true) …
                    › if ($checkPath && !is_file($path)) {    throw new FileNotFoundException($path);}
                  }
                  /var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:94 {
                    JF\JuridicusBundle\Entity\Pdf->getFilename() …
                    › if (!$this->filename) {\t$file = new File($this->getPath());\t$this->filename = $file->getFileName();
                  }
                  /var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:225 {
                    JF\JuridicusBundle\Entity\Pdf->createResponse($inline = false) …
                    › $inline ? ResponseHeaderBag::DISPOSITION_INLINE : ResponseHeaderBag::DISPOSITION_ATTACHMENT,$this->getFilename().".pdf",iconv('utf-8', 'us-ascii//TRANSLIT', $this->getFilename())
                  }
                  /var/www/juridicus/src/JuridicusBundle/Controller/ZAController.php:376 {
                    JF\JuridicusBundle\Controller\ZAController->downloadAction(DateTime $date, PdfZeitschriftZARepository $repo) …
                    ›     // Archiv-Zeitschriften (älter als 6 Monate) immer erlaubt    return $pdf->createResponse(true);}
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:163 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                    › // call controller$response = $controller(...$arguments);}
                  /var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:75 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:202 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/juridicus/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                }
              }
            ]
            "channel" => "request"
          ]
        ]
      ]
      -errorCount: [
        9 => 1
      ]
      -requestStack: Symfony\Component\HttpFoundation\RequestStack {#487 …}
    }
  ]
  #microsecondTimestamps: true
  #timezone: DateTimeZone {#490 …}
  #exceptionHandler: null
  -logDepth: 0
  -fiberLogDepth: WeakMap {#489 …}
  -detectCycles: true
}