Opened 17 years ago
Closed 16 years ago
#41 closed enhancement (fixed)
Incomplete file names
| Reported by: | Andy.Mornes@gmail.com | Owned by: | Gabor Hudiczius |
|---|---|---|---|
| Priority: | normal | Milestone: | airborn |
| Component: | rTWi | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
When downloading completed files, I found that the filename was incomplete if there was a space in the name. I did some testing, and it looks like the Content-Disposition header should be wrapped in quotes.
index.php: line 1099 should be:
@header( "Content-Disposition: attachment; filename=\"{$responsef_path}\"" );
If this is not the correct way to submit a patch, please let me know.
Thanks, Andy
Attachments (1)
Change History (2)
by , 16 years ago
| Attachment: | rtwi_filename_truncation_bug.patch.txt added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
thanks for the patch, fixed in 0.3.3
Note:
See TracTickets
for help on using tickets.
rTWi Filename Truncation on Download Patch