dqrzot2791 2013-08-19 09:27
浏览 51

Symfony2身份验证侦听器403禁止响应

I am returning a Response object with the 403 status code while in an authentication listener.

The example I have followed is from the cookbook:

$response = new Response();
$response->setStatusCode(403);
$event->setResponse($response);

When this response is created, the browser (Chrome) shows the web browser error page:

Access to the web page was denied

You are not authorised to access the web page at http://project/access-denied. You may need to sign in.

What I would like it to do is display my own error twig error page from app/Resources/TwigBundle/views/Exception/error403.html.twig (as described in this cookbook entry). But as the 403 response is already sent, it doesn't get that far.

I cannot throw an AccessDeniedException because this is an authentication failure, meaning there is no security token present which causes a fatal error.

I can throw an AuthenticationException but this only causes a 500 error, which displays the standard 500 error page.

The only way I can see to do this is to pass the twig service to the listener and add it to the response, like: $response->setContent($twigRenderedError); But this does seem like an ugly solution - possibly a flaw in the authentication layer of Symfony2?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
    • ¥20 软件测试决策法疑问求解答
    • ¥15 win11 23H2删除推荐的项目,支持注册表等
    • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
    • ¥15 qt6.6.3 基于百度云的语音识别 不会改
    • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
    • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
    • ¥15 lingo18勾选global solver求解使用的算法
    • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
    • ¥20 测距传感器数据手册i2c