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

SecurityStrategy supporting 403 (#219) #222

Merged
merged 2 commits into from
Apr 20, 2018

Conversation

fschlesinger
Copy link
Contributor

Proposed changes to add support for logging requests and responses with HTTP 403 status in the default SpringBoot setup, as discussed in #219.

@@ -47,7 +47,8 @@ public void doFilter(final Logbook logbook, final HttpServletRequest httpRequest
}

private boolean isUnauthorized(final HttpServletResponse response) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

isUnauthorizedOrForbidden?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@lukasniemeier-zalando
Copy link
Member

Is there any documentation to update?

@whiskeysierra
Copy link
Collaborator

Is there any documentation to update?

I don't think so.

@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra whiskeysierra merged commit 20269e9 into zalando:master Apr 20, 2018
@whiskeysierra
Copy link
Collaborator

@fschlesinger Thanks for the contribution 🎉 I released the fix as 1.7.2

@fschlesinger
Copy link
Contributor Author

@whiskeysierra Thanks a lot!

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.

3 participants