Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't stack trace on 301s #1240

Merged
merged 1 commit into from
Sep 9, 2014
Merged

Don't stack trace on 301s #1240

merged 1 commit into from
Sep 9, 2014

Conversation

brendandburns
Copy link
Contributor

Closes #1012

@lavalamp
Copy link
Member

lavalamp commented Sep 9, 2014

LGTM, will merge on green

http.StatusTemporaryRedirect,
http.StatusConflict,
http.StatusNotFound,
422, // WebDAV unprocesseable entity, used for malformed posts.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very unfortunate that there's not an http.StatusXXX for this-- can we add a name for it somewhere in apiserver?

@lavalamp
Copy link
Member

lavalamp commented Sep 9, 2014

LGTM

lavalamp added a commit that referenced this pull request Sep 9, 2014
@lavalamp lavalamp merged commit a4e3a4e into kubernetes:master Sep 9, 2014
@brendandburns brendandburns deleted the http branch August 7, 2015 04:41
josefkarasek pushed a commit to josefkarasek/kubernetes that referenced this pull request Apr 20, 2022
…erry-pick-1239-to-release-4.8

[release-4.8] Bug 2075043: golang toolchain unsupported parsers tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack trace should not be logged for 301s
2 participants