Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Reproduction path:
- On the latest archetype, using Essentials, install the News feature.
- Create a new folder (sibling to News) and give it a name (MyNews, for example)
- Add a new News document to the new folder
- Navigate to http://localhost:8080/site/news
- You get a list with the 3 news documents on the News folder
- Navigate to http://localhost:8080/site/news/non-existent-folder
- You get a list with all existent news articles
Should't the expected result be either a 404 or an empty list?