#1997 closed (fixed)
[PATCH] comments.py was using an absolute URL for redirects
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Core (Other) | Version: | magic-removal |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Comment forms were using absolute URLs when redirecting from a successful form posting i.e. /comments/posted/, when really this should be a relative URL, in the style of ../posted/
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | comments.py.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Type: | enhancement |
|---|
Note:
See TracTickets
for help on using tickets.
Fixed in [2981].