#1527 closed enhancement (fixed)

The table view extension should not be enabled for all text/* files

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.49.3
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The table view extension takes a text file and assumes that it contains data in a table-like format. The extension is triggered by a fixed set of file extensions and by all MIME types that starts with text. However, most MIME types that start with text/ doesn't contain data in tabular format.

I think we need to have a fixed list of MIME types to trigger on. For example:

  • text/csv
  • text/tab-separated-values
  • text/plain

Change History (1)

comment:1 by Nicklas Nordborg, 10 months ago

Resolution: fixed
Status: newclosed

In 7357:

Fixes #1527: The table view extension should not be enabled for all text/* files

Note: See TracTickets for help on using tickets.