On Sep 7, 2008, at 10:45 AM, Gregor Dschung wrote: > > Hi > > it works! Thanks... didn't think it would be so easy. > > But one issue seems to remain open: My browser wants to download the > .html-file. Sure, I can open the file with e.g. firefox, but then the > url looks like file:///tmp/... Therefor, the html-file is not beeing > rendered, because of missing css-files, images, etc. > > On trac.edgewall.org, there is written "This can be very useful for > displaying HTML documentation with correct stylesheets and images, in > case that has been checked in the repository." ... so it seems, the > failure is on my side.
No, this is a security concern. Allowing un-filtered HTML files to execute in the context of the Trac site represents a security risk (bad JavaScript, etc). You can use the "View" option to display the file (though it will not be in the URL context of the Trac site). --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
