Modify ↓
Opened 19 years ago
Closed 18 years ago
#86 closed defect (fixed)
Use IRequestHandler extension point to remove requirement for apache config changes
Reported by: | Alec Thomas | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: |
Description
The !IRequestHandler extension point could be used to retrieve the generated image for a particular DOT script...perhaps using the crc or MD5 sum of the DOT script as the "key".
This would obviate the need for the url_prefix magic. Might be more effort than it's worth however :)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [1165]) Added support for the IRequestHandler interface to return graphviz generated images. Fixes #86.