June 14, 2020
1:33 p.m.
The handler at /files (WAFileManager?), is set to explicitly forbid listing of files. El dom., 14 de junio de 2020 07:33, Tomaž Turk <tomaz.turk@ef.uni-lj.si> escribió:
Hi, I added an image to a subclass of WAFileLibrary to serve it as a static file from within Pharo. Everything seems fine, except that the /files URL is not accessible:
Error: you are forbidden to access "/files".
and source view displays
/files/EMStaticFiles/window.png not found
if I click on image's URL.
I loaded Seaside as a Willow's dependency.
Best wishes, Tomaz