Bug 68912 - Use RFC9110 HTTP status code names
Summary: Use RFC9110 HTTP status code names
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2024-04-17 19:26 UTC by Michiel
Modified: 2024-04-17 19:28 UTC (History)
0 users



Attachments
Patch that adds RFC9110 status codes (34.81 KB, patch)
2024-04-17 19:27 UTC, Michiel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel 2024-04-17 19:26:34 UTC
rfc9110 obsoletes the earlier rfc 7231. This document also includes some status codes that were previously only used for WebDAV and assigns more generic names to these status codes.

This patch uses the new wording in constants and in the text returned by Apache server

ref: https://www.rfc-editor.org/rfc/rfc9110.html#name-changes-from-rfc-7231


See also https://bz.apache.org/bugzilla/show_bug.cgi?id=58984
Comment 1 Michiel 2024-04-17 19:27:54 UTC
Created attachment 39672 [details]
Patch that adds RFC9110 status codes

Added patch