Opened 5 years ago
Closed 5 years ago
#1484757 closed Bugs (fixed)
IE Can´t view PDF attachments when filename exceeds 55 characters
| Reported by: | ulysses.almeida | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Interface | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When the file name of a PDF, attached to the mail, exceeds 55 character, IE can´t show it embedded. It is a issue related with Content-Disposition header as we can see on this link (http://www.mindfusioncorp.com/weblog/2005/12/05/Weird+HTTP+Header+Issue+In+Internet+Explorer+6.aspx).
I made a simple patch to trunk PDF file name size to a maximum of 55 characters. It is very simple but worked for me ´till now. I´m sending it as sample!
Attachments (1)
Change History (2)
Changed 5 years ago by ulysses.almeida
comment:1 Changed 5 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Added to trunk in [6f2f2d0f]
Note: See
TracTickets for help on using
tickets.

Simple patch to trunk PDF filename size to a maximum of 55 characters