Opened 21 years ago
Closed 18 years ago
#51 closed defect (fixed)
HDF Dump
Reported by: | daniel | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | lowest | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be neat to be able to dump the raw HDF as text/plain by adding an argument to the URL:
Example:
http://projects.edgewall.com/trac/trac/ticket/50?output=hdf
Attachments (0)
Change History (7)
comment:1 by , 21 years ago
Version: | → 2.0 |
---|
comment:2 by , 21 years ago
Milestone: | → 2.0 |
---|---|
Version: | 2.0 → devel |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed weeks ago.
Just add ?format=hdf to any URL.
comment:4 by , 20 years ago
Since [1401], the query string is ?hdfdump=1
.
That way, the hdf dump can be generated for any format (html, rss, etc.)
comment:5 by , 19 years ago
Milestone: | 2.0 → 0.9 |
---|
follow-up: 7 comment:6 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Type: | enhancement → defect |
It would be great to add a parameter in the conf.ini in order to disable this behaviour. Kind of disturbing for me to let so many informations available about my server.
comment:7 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Replying to anonymous:
It would be great to add a parameter in the conf.ini in order to disable this behaviour. Kind of disturbing for me to let so many informations available about my server.
Well, that should be a separate ticket, if there isn't already an open request for that.
However, note that starting with 0.11 the template engine will be switched to Genshi, so the HDF will no longer be used (except by plugins which are not yet ported to the new templates).
Perhaps a more useful "dump" would be a generic debug output, dumping HDF along with configuration options, parsed URI + arguments etc.
This should require a permission rule.