Anyone?

On Mar 7, 2:50 pm, mavinman <jnan...@gmail.com> wrote:
> I would like to create a filter that runs before the routing system
> does and am wondering if this is possible.
>
> Specifically, I would like to parse and redirect URLs myself in
> certain situations using a filter.  The urls that needed to be parsed
> using my filter will otherwise fall through all the rules in my
> routing.yml.
>
> Currently what I'm doing is running the filter first in filters.yml,
> but when I need to redirect in my filter a variety of bad things
> happen:
>
> 1. sfStopExceptions and sfError404Exceptions are thrown anyway and
> clutter up my logs (see this bug:http://trac.symfony-project.org/ticket/4741)
> 2. I get a whole bunch of lines like this in my log:
>
> [Mon Mar 07 14:24:48 2011] [error] [client 67.184.53.79] FastCGI:
> server "/var/local/fcgi/php-cgi-wrapper.fcgi" stderr: Empty module and/
> or action after parsing the URL "/files/beezee50.png" (/)., 
> referer:http://bee-zee-body-shop.kishkee.mobi/bee-zee-body-shop
> [Mon Mar 07 14:24:53 2011] [error] [client 67.184.53.79] FastCGI:
> server "/var/local/fcgi/php-cgi-wrapper.fcgi" stderr: Action
> "beezeebodyshop/index" does not exist.
>
> If I was able to redirect successfully before the routing was done,
> none of this should happen.
>
> Any ideas?  Thanks!

-- 
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 users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to