Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ AccessDeniedHttpException
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php
(line 90)
// we cannot use $request->getUri() here as we want to work with the original URI (no query string reordering)if ($this->signer->check($request->getSchemeAndHttpHost().$request->getBaseUrl().$request->getPathInfo().(null !== ($qs = $request->server->get('QUERY_STRING')) ? '?'.$qs : ''))) {return;}throw new AccessDeniedHttpException();}public static function getSubscribedEvents(){return array(
FragmentListener->validateRequest(object(Request))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php
(line 68)
return;}if ($event->isMasterRequest()) {$this->validateRequest($request);}parse_str($request->query->get('_path', ''), $attributes);$request->attributes->add($attributes);$request->attributes->set('_route_params', array_replace($request->attributes->get('_route_params', array()), $attributes));
FragmentListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
call_user_func(array(object(FragmentListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 104)
WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 212)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 139)
TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 127)
HttpKernel->handleRaw(object(Request), 1)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){$request->headers->set('X-Php-Ob-Level', ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
HttpKernel->handle(object(Request), 1, true)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
(line 169)
Stack Trace
AccessDeniedHttpException |
|---|
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException:
at vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:90
at Symfony\Component\HttpKernel\EventListener\FragmentListener->validateRequest(object(Request))
(vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php:68)
at Symfony\Component\HttpKernel\EventListener\FragmentListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
at call_user_func(array(object(FragmentListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
(vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
(vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212)
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
(vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
(vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
(vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(web/app.php:33)
|
