Thanks Fabien. I won't be able to test it on my system until I get back to the office on Monday which will be late in the day Monday for you because I am out in Vancouver, Canada (GMT-7).
The error occurs only for the first letter on my hosted Symfony application which is run on a Linux server. On my local application it can occur on any letter. This is probably because I am using a case- insensitive Windows system and because the actions in the application that I am working on right now use control logic (including a default option) to set the template (SetTemplate()) instead of relying on the default action/template/SUCCESS routing rule. Anyway, I did manage to fix the error by making the same strtolower() conversion in sfAction.class.php that you did in r3634 & r3635. I didn't alter sfSecurityConfigHandler.class.php like you did but I assume that is converting the action names from security.yml to lowercase in case someone used uppercase to name their actions there. My action names in security.yml were already in lowercase. Therefore, I am certain that those revisions will work on my system in case you want to rush this fix out quickly rather than wait for me to confirm it late Monday. Cheers, peterVG --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
