数回前に Symfony2 プロジェクトを本番環境で配信しました。prod.log
ファイルには、404 エラーがかなり頻繁に発生します。
[2012-10-17 13:10:03] request.ERROR: Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
No route found for "OPTIONS /bundles/mythemes/css/"
(uncaught exception)at /data/apps/project/webapp/version/app/cache/prod/...
ユーザーが CSS ディレクトリを解析できないのは正常です。有効な URL は次のとおりです。
/bundles/mythemes/css/ie7.css
Symfony2 トラッカーで、http "OPTIONS" クエリが不適切であるという問題も発見しました。
https://github.com/FriendsOfSymfony/FOSRestBundle/issues/142
このエラーの原因は何なのか気になります。