Getting the following error when trying to access static
files:Traceback (most recent call last):
File
"c:\python24\lib\site-packages\cherrypy-2.2.0beta-py2.4.egg\cherrypy\_cphttptools.py",
line 96, in _run
applyFilters('before_main')
File
"c:\python24\lib\site-packages\cherrypy-2.2.0beta-py2.4.egg\cherrypy\filters\__init__.py",
line 131, in applyFilters
method()
File
"c:\python24\lib\site-packages\cherrypy-2.2.0beta-py2.4.egg\cherrypy\filters\staticfilter.py",
line 53, in before_main
raise cherrypy.WrongConfigValue(msg)
WrongConfigValue: StaticFilter requires an absolute final path. Make
static_filter.dir, .file, or .root absolute.
If an absolute path is now required this would seem a backwards step,
as it makes the apps less portable from one server to another. Is this
just a temporary bug or shall I add it to the trac ?