Ticket #41 (closed enhancement: fixed)

Opened 18 months ago

Last modified 12 months ago

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

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

Change History

Changed 14 months ago by shadoxx

rTWi Filename Truncation on Download Patch

comment:1 Changed 12 months ago by cyla

  • Status changed from new to closed
  • Resolution set to fixed

thanks for the patch, fixed in 0.3.3

Note: See TracTickets for help on using tickets.