Modify ↓
Opened 7 years ago
Closed 7 years ago
#13205 closed defect (fixed)
Plugin incorrectly checks max_zip_size attribute
Reported by: | Ryan J Ollos | Owned by: | matobaa |
---|---|---|---|
Priority: | normal | Component: | ArchiveViewerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The plugin uses max_zip_size
attribute to determine the number of bytes to read, but max_zip_size
is used in Trac to determine the max size of the zip file to create. However, we are just viewing the archive. It seems that we should be checking [mimeviewer]
max_preview_size
instead.
Attachments (0)
Change History (5)
comment:1 Changed 7 years ago by
Status: | assigned → accepted |
---|
comment:2 Changed 7 years ago by
Status: | accepted → new |
---|
comment:3 Changed 7 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:4 Changed 7 years ago by
Owner: | set to matobaa |
---|---|
Status: | new → accepted |
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 16934: