Opened 20 years ago
Closed 20 years ago
#482 closed defect (fixed)
Should only redirect to referer is its in the trac site
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | 0.8 |
Component: | general | Version: | 0.7 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Links from outside a trac site that have the /login end up back where you started after entering credentials. The attached patch only redirects back to the referer if its from within the trac site.
Attachments (1)
Change History (7)
by , 20 years ago
Attachment: | core.py.patch added |
---|
comment:2 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Priority: | normal → low |
Severity: | normal → minor |
comment:3 by , 20 years ago
Patch was against 0.7 release.
It is needed to correctly use the configuration detailed in TracMultipleProjects if you actually have the suggested index page at /projects/index.html and require authenticated access. The index page gives links to the login page which then just redirected you back to the /projects/index.html page.
comment:4 by , 20 years ago
Owner: | changed from | to
---|
comment:5 by , 20 years ago
Status: | new → assigned |
---|
core.py patch