xp-forge / frontend

Web frontends
1 stars 1 forks source link

Raise 404 if folder is accessed #19

Closed thekid closed 3 years ago

thekid commented 3 years ago

Currently, this yields:

Error web.InternalServerError(#500: C:\...\src\main\webapp\static\ exists but is not a file)

The FilesFrom handler tries to find an index.html file, the asset handler does not support this.

thekid commented 3 years ago

Released in https://github.com/xp-forge/frontend/releases/tag/v3.0.1