View Issue Details

IDProjectCategoryView StatusLast Update
0005398Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-09-13 02:22
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status assignedResolutionopen 
Summary0005398: Ensure error pages return correct HTTP status codes
DescriptionSome pages are not returning appropriate HTTP codes.

For example, directly going to index.php?page=join&type=step2 shows an error to the user that they must first agree to the rules etc. However, the status returned is 500 internal server error. It should not be a 500; as it is a client mistake, it should be a 400 error of some sort, such as 400 Bad Request.

Make sure other pages don't give misleading status errors.
Additional InformationImportant because status codes impact SEO.

v10 does the same 500 error for index.php?page=join&type=step2
TagsRoadmap: v11
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-08-26 10:11 Patrick Schmalstig New Issue
2023-08-26 10:11 Patrick Schmalstig Status non-assigned => assigned
2023-08-26 10:11 Patrick Schmalstig Assigned To => Patrick Schmalstig
2023-08-26 10:12 Patrick Schmalstig Additional Information Updated View Revisions
2024-09-13 02:22 Patrick Schmalstig Tag Attached: Roadmap: v11