schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
357 stars 159 forks source link

Resource not found for locale. #135

Open jkabat opened 9 years ago

jkabat commented 9 years ago

Recently I've noticed some strange errors in logs:

Resource corresponding to pattern "/" not found for locale "".

All of them comes with empty user agent or with "curl", "libcurl" etc in it... basically it seems to me that problem is to get locale for these unix based command line crawlers. I tried to reproduce it on my localhost with vagrant setup, but everything was working fine. No error message at all.

Does anybody have any similar issue? Is there any way to investigate such a behavior?