Opened 16 years ago

Closed 16 years ago

#7675 closed (fixed)

TemporaryUploadedFile.temporary_file_path should return the path not self.name

Reported by: Florian Apolloner Owned by: Jacob
Component: HTTP handling Version: dev
Severity: Keywords: 2070-fix
Cc: boobsd@…, justin.driscoll@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See the summary, patch included...

Attachments (1)

uploaded_file_fix.diff (536 bytes ) - added by Florian Apolloner 16 years ago.

Download all attachments as: .zip

Change History (8)

by Florian Apolloner, 16 years ago

Attachment: uploaded_file_fix.diff added

comment:1 by Florian Apolloner, 16 years ago

Has patch: set

comment:2 by Michael Axiak, 16 years ago

Component: UncategorizedHTTP handling
Keywords: 2070-fix added
Owner: changed from nobody to Michael Axiak
Status: newassigned
Triage Stage: UnreviewedReady for checkin

This got away in the last patch...this patch is correct.

comment:3 by Boo, 16 years ago

Cc: boobsd@… added

comment:4 by Jacob, 16 years ago

Owner: changed from Michael Axiak to Jacob
Status: assignednew

comment:5 by Jacob, 16 years ago

Status: newassigned

comment:6 by anonymous, 16 years ago

Cc: justin.driscoll@… added

comment:7 by Jacob, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7908]) Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Florian Apolloner.

Note: See TracTickets for help on using tickets.
Back to Top