Opened 15 years ago

Closed 15 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)

rtwi_filename_truncation_bug.patch.txt (537 bytes ) - added by shadoxx 15 years ago.
rTWi Filename Truncation on Download Patch

Download all attachments as: .zip

Change History (2)

by shadoxx, 15 years ago

rTWi Filename Truncation on Download Patch

comment:1 by Gabor Hudiczius, 15 years ago

Resolution: fixed
Status: newclosed

thanks for the patch, fixed in 0.3.3

Note: See TracTickets for help on using tickets.