Comment #6 on issue 2272 by SnprBoB86: Redirects do not always update the  
address bar
http://code.google.com/p/chromium/issues/detail?id=2272

Unfortunately, this issue is definitely not fixed in Chrome 1.0.154.36  
(Official
Build 6676). I see it when doing local Django development.

I have attached the Django middleware which repros this issue on my  
machine. I edited
it so that it will run in a boring, empty Django project. This formula  
seems to work
almost all the time:

1) Setup a Django app
2) Route the / url to a view
3) Install the attached middleware file into the app
4) manage.py runserver
5) Navigate with Chrome to <http://127.0.0.1:8000/?auth=something>
6) It will redirect to <http://127.0.0.1:8000/>
7) Again, navigate with Chrome to <http://127.0.0.1:8000/?auth=something>
8) It will load <http://127.0.0.1:8000/>, but will show  
<http://127.0.0.1:8000/?
auth=something> in the Omnibar!
9) Press ctrl+r to refresh. The Omnibar will update to  
<http://127.0.0.1:8000/>

Hopefully this can help you fix this issue. It is causing me quite some  
confusion
while doing development.

Attachments:
        auth.txt  89 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to