Ticket #41 (closed enhancement: fixed)
Incomplete file names
| Reported by: | Andy.Mornes@gmail.com | Owned by: | cyla |
|---|---|---|---|
| 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
Change History
Changed 3 years ago by shadoxx
-
attachment
rtwi_filename_truncation_bug.patch.txt
added
Note: See
TracTickets for help on using
tickets.

rTWi Filename Truncation on Download Patch