Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Sent out a status text for unknown HTTP headers.#16588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chx commentedNov 18, 2015
Seehttps://bz.apache.org/bugzilla/show_bug.cgi?id=44995 andhttps://bz.apache.org/bugzilla/show_bug.cgi?id=54946 on why Apache refuses empty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Unknow Status only (with caps)? text looks redondant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
or maybe all lowercase to differenciate from regular status texts that are "ucwords"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
So let's go with 'unknown status'?
fabpot commentedNov 19, 2015
Thank you@dawehner. |
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes#16588).Discussion----------Sent out a status text for unknown HTTP headers.* The HTTP RFC explains that header('HTTP/1.1 418 ') should be fine, seehttp://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1* Apache itself though is broken, seehttps://gist.github.com/anonymous/a863d7b493c4b09733ecThe fix is to sent out some status text, when we don't know a better text.| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Commits-------eec6fbc Sent out a status text for unknown HTTP headers.
Tobion commentedNov 19, 2015
Doesn't it say it's fixed in Apache? |
The fix is to sent out some status text, when we don't know a better text.