[SVN] Revision 2146 (Python)
Allan Odgaard
throw-away-1 at macromates.com
Mon Nov 14 00:08:16 UTC 2005
On 14/11/2005, at 0.03, Kumar McMillan wrote:
> Outputs to html now so a) you can see it thinking while the server
> starts and b) you get some info about the server. Specifically:
> * where the log files are, including file:// links which don't
> actually work---probably some ignore rule on *.log?
That's some stupid WebKit security thing -- you can't go from non-
file:// to file://. The only workaround I've been able to create (so
far) is introduce a tm-file:// scheme, which does a redirect to file://.
More information about the textmate-dev
mailing list