#285: WSGIRequest should set request.path to full uri path
--------------------------------------+-------------------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  mtredinnick
            Status:  closed           |     Milestone:  1.0 alpha  
         Component:  HTTP handling    |       Version:  1.0-beta-1 
        Resolution:  worksforme       |      Keywords:             
             Stage:  Accepted         |     Has_patch:  1          
        Needs_docs:  0                |   Needs_tests:  0          
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by Richard Davies <[EMAIL PROTECTED]>):

  * status:  reopened => closed
  * resolution:  => worksforme

Comment:

 Have you tried

 FORCE_SCRIPT_NAME = !''

 in your settings.py? That will almost certainly fix your issue - it fixed
 the same problem for me when updating to more recent Django.

 I'm reclosing this as "worksforme". You can reopen if you still have the
 problem...

 Replying to [comment:34 allo]:
 > This is broken in 1.0 beta again: my admin-loginform now points to
 /mysite.fcgi/admin/, which is wrong, it should be /admin/.
 > My setup is a lighttpd with fastcgi and rewrite from /(.*) to
 /mysite.fcgi$1
 > it would be cool if this can be fixed soon.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/285#comment:35>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to