This one has bitten me too. It also manifests when using the
'reverse' function like so:
return HttpResponseRedirect(reverse('admin_url'))
Instead of redirecting to /studio/admin/ it redirects to /admin/
So, while /studio/admin/ resolves well, reversing the path doesn't
yield the reverse.
I'm using Django 1.1.1 and mod_wsgi 2.5
Unfortunately adding the rewrite rule mentioned as a work around
hasn't worked for me.
-Shane
On Dec 29 2009, 5:31 pm, Chris Withers <[email protected]> wrote:
> Karen Tracey wrote:
> > There is at least one bug open on empty PATH_INFO handling:
>
> >http://code.djangoproject.com/ticket/9435
>
> > though it doesn't sound like it's focused on exactly the same issue,
>
> No, I had as thorough a look as I could and could find no issue which
> directly covered this issue so submitted a new one:
>
> http://code.djangoproject.com/ticket/12464
>
> Sadly, Trac ate the indentation :-(
>
> cheers,
>
> Chris
>
> --
> Simplistix - Content Management, Batch Processing & Python Consulting
> -http://www.simplistix.co.uk
--
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en.