-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi,
in the cmf project we encounter a weird issue with the cache clearing and warmup process: https://github.com/symfony-cmf/Routing/issues/15 basically it looks like when we run cache:clear something is not realizing appdevUrlMatcher already is loaded from dev and wants to load it again from dev_new resulting in a fatal error. running console cache:clear --no-warmup && console cache:warmup does not trigger the problem. the problem appeared with a commit to the ChainRouter that calls setContext when we add a RequestContextAwareRouter to it. when we comment out actually setting the context, the error goes away. not sure at all if this is a bug in the symfony core or merely a missing sanity check somewhere that could raise a more telling exception what we do wrong. any ideas what could be the cause and what we can do? thanks, david - -- Liip AG // Agile Web Development // T +41 26 422 25 11 CH-1700 Fribourg // PGP 0xA581808B // www.liip.ch -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBZbTYACgkQqBnXnqWBgIvBHgCeMFoj1wiy93yCqWISonFm3Ijx FqUAnjUZX+60eIh4Nrg2wWQhP+75z3Gu =Z5JP -----END PGP SIGNATURE----- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en