On 06/06/2012 12:10 PM, Paul Tomblin wrote: > On Wed, Jun 6, 2012 at 12:02 PM, Thomas Sibley <[email protected]> wrote: >> Make your plugin's images directory something that's not in core RT. >> You're running into an annoying Mason quirk involving autohandlers and >> multiple component roots, I believe. >> >> html/NoAuth/RT-Extension-Foo/images/autohandler >> html/NoAuth/RT-Extension-Foo/images/brushed-steel.jpg > > I've encountered the same problem even if I put my image in > /opt/rt4/share/html/NoAuth/images, at least with the standalone > server.
Try the dhandler approach. Serve images out of a subdirectory from virtual paths. See how we do this with the CKEditor source.
