-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
1038111
Last Checked: 26th September, 2023
If a period is placed anywhere in the article directory it returns a empty page with a 200 status code.
Examples:
https://www.minecraft.net/en-us/article/test.
https://www.minecraft.net/en-us/article/te.st
https://www.minecraft.net/en-us/article/.test
Expected result:
Shows error 404 page and responds with 404 status code.
Actual result:
Shows a empty page with only the footer and navigator and returns with 200 status code.