Login  Register

Re: Willow-Seaside serving static files

Posted by Esteban A. Maringolo on Jun 14, 2020; 1:33pm
URL: https://forum.world.st/Willow-Seaside-serving-static-files-tp5118464p5118472.html

The handler at /files (WAFileManager?), is set to explicitly forbid listing of files.

El dom., 14 de junio de 2020 07:33, Tomaž Turk <[hidden email]> 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