-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP5, 7.2.10.2 DXP SP2, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Sites Management
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction steps:
- Start a Vanilla DXP 7.1 (FP-15)
- Create a "Test" Site
- Create a new page "Home"
- Access the home page, note that verything works properly
- Deactivate the site in Site Settings
- Try to access the site again -> you will get a white non customizable 404 Page cannot be found (Existing INACTIVE site.PNG)
- Try to access a RANDOM nonexistent site like web/randomsite (Nonexistent site.PNG)
- Observe that you get a nice, styled 404 error message, which implies that the site couldn't be found
For some reason, the nonexistent pages are being handled differently. This white 404 default error cannot be either styled nor handled. This behaviour is not consistent.
Reproduced on
7.1.x 22d99711f8bc6321afcd5110b430271114096830
master a50b7ce4acf06f0c2728dbcc104069223dd2071d
There was a previous attempt to fix this issue: LPS-84414, but it produced LPS-84695 as regression. This solution does not have this regression.