I've got a production and a dev instance of my system, what I'm seeing is the following.

For the URL:
    /tags/Cell%20Tower
and the urls.py rule of:
     url(r'^tags/(?P<tag>.*)', 'tags', name='tags'),

In the lighttpd proxying to a port on ./manage.py runserver 8888 I get
    tag = Cell Tower
When I run this in "production" [lighttpd fcgi] I get:
    tag = Cell%20Tower

Is this a bug in how I've got lighttpd configured or a bug in the fcgi handling, or a bug in the django interface to fcgi? Or something completely different?

Or maybe something completely different.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to