Opened 17 years ago
Closed 16 years ago
#2693 closed defect (wontfix)
Links like "/downloads/<filename>" required
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Hi,
currently download:<id> results in a link /downloads/<id> not in /download/<filename> and giving /download/<filename> results in an error.
Why?
It would make more sense to give a filenamed-link then a number. Not all tools - like wget - care about the header information. So it woould real great if /downloads/<filename> would be possible same as /downloads/<id>.
Tnx
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
hm. well, yes, I need it, (I made a little ugly hack myself), and yes, I understand your problem.
But not sure when I'll switch to trac 0.11.x - it would require a lot of other changes on productive system. And I'm sure, I'm not the only one not able to switch to trac 0.11 near future.
comment:3 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
0.11 is stable now.
Because this funcionality was not ported to 0.10 branch. I'm not much willing to add new features to more branches (I'm only fixing bugs in 0.10) unless someone needs it. Do you?