Open jonathanj opened 10 years ago
One major issue with doing this is that twisted.web.static.File
actually subclasses twisted.python.filepath.FilePath
, so the obvious way of implementing this (using an isinstance
check) would break any existing code that returns a File
instance.
This would be turned into a
twisted.web.static.File
resource.