#85 closed defect (worksforme)
Admin login doesn't work with Konqueror
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | konqueror admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Logging into admin interface does not work for konqueror, but works for firefox.
The console output of django-admin.py runserver:
localhost.localdomain - - [19/Jul/2005 08:44:24] "POST /admin/ HTTP/1.1" 302 0
localhost.localdomain - - [19/Jul/2005 08:44:24] "GET /admin/ HTTP/1.1" 200 1638
The login time gets updated in database, but konqueror returns to login page.
svn revision 201,
Konqueror 3.4.1
Change History (6)
comment:1 by , 19 years ago
Summary: | admin page does not work with konqueror → Admin login doesn't work with Konqueror |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
It works here with version 303 and the built in dev server and konq 3.4.1 using http://127.0.0.1:8000/admin as url
comment:4 by , 19 years ago
milestone: | → Version 1.0 |
---|
comment:5 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I've confirmed it works on my Konqueror, as well -- version 3.4.2, with Django 383. Closing the ticket.
Strange, as I have successfully logged in with SAME Konqueror and Apache 2.0.54, mod_python 3.1.3, Python 2.3.5. setup with only one "SetEnv DJANGO_SETTINGS_MODULE fun.settings.main" directive in one vhost. It might be Konqueror's extremely caching nature that prevented successful login earlier. Got to try it out more.