Modify ↓
Opened 10 years ago
Closed 10 years ago
#327 closed defect (fixed)
Error in the URL of attachments
Reported by: | ivanelsonnunes@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 2.7.0 |
Keywords: | Cc: |
Description
The email2trac are attaching files to the Ticket. However Trac can not find the address of the Annex. I noticed that the file is in my directory:
"/var/<myTracENV>/files/attachments/ticket"
But the ticket is mounted the wrong way:
http://mysite.br/attachment/ticket/4450/SRN_Caixa006_20130719_Resumo% 20of% 20Fita.txt
Attachments (0)
Change History (8)
comment:1 Changed 10 years ago by ivanelsonnunes@…
comment:2 Changed 10 years ago by bas
Which trac version do you use? Are the files encoded in /var/<myTracENV>/files/attachments/ticket?
If you can you comment this line?
filename = self.check_filename_length(filename)
For trac version < 1.0 there was a bug with long filenames. It looks if you hit this limit.
comment:3 Changed 10 years ago by bas
- Status changed from new to assigned
comment:4 Changed 10 years ago by ivanelsonnunes@…
I'm with Trac1.0.
comment:5 follow-up: ↓ 7 Changed 10 years ago by bas
In 642:
comment:6 Changed 10 years ago by bas
In 643:
comment:7 in reply to: ↑ 5 Changed 10 years ago by ivanelsonnunes@…
comment:8 Changed 10 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
shortly. I am plannig a release will close this ticket
Note: See
TracTickets for help on using
tickets.
Replace, "Anexx" by "Attachments".
Sorry.