Symfony・エラーメモ
user/ にルートを設定した場合、
実際に、user/ディレクトリを作ると無限ループしてしまう。
Symfony
var/log/dev.log
[2024-07-13T15:09:35.332885+00:00] request.INFO: Matched route "app_userpage_index". {"route":"app_userpage_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/user","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"app_userpage_index"},"request_uri":"http://sample.com/user/","method":"GET"} []
Content-Lengthのレスポンスヘッダーが消える
Transfer-Encoding: chunkedがセットされる。
chunked
Content-Length ヘッダーが省略される