Answered in:

  http://groups.google.com/group/modwsgi/browse_frm/thread/46bbc449ca69a659

Graham

On Oct 13, 6:26 am, JSL <t...@pricegoblin.co.uk> wrote:
> Hi, i'm switching an installation over from mod_python to mod_wsgi and
> all seems to have gone well except for one bit. I have a redirect page
> that takes the new url as part of the url, but for some reason the
> slashes are getting squashed. for example
>
> /redirect/http://www.google.com
>
> results in a
> http:/www.google.combeing passed as a parameter using this
> urlpattern:
>
>  (r"^redirect/(?P<uri>.*)/", "mysite.views.redirect"),
>
> any ideas?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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