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@…

Replace, "Anexx" by "Attachments".

Sorry.

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: Changed 10 years ago by bas

In 642:

fixed a bug in attaching attachmentents with a unicode characters, see #327

comment:6 Changed 10 years ago by bas

In 643:

Must use the tight variables for the attachments filenames, see #327

comment:7 in reply to: ↑ 5 Changed 10 years ago by ivanelsonnunes@…

Replying to bas:

In 642:

fixed a bug in attaching attachmentents with a unicode characters, see #327

These latest bug fixes are released for use?

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

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain bas.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.