spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
http://github.com/spring-projects/spring-security-oauth
Apache License 2.0
4.69k stars 4.05k forks source link

Polish logs #1941

Closed jzheaux closed 2 years ago

jgrandja commented 2 years ago

Thanks for the PR @jzheaux. This is now in main.

JanStureNielsen commented 2 years ago

What's the rationale for eliminating the state triggering the exceptional condition from the logs?

jgrandja commented 2 years ago

@JanStureNielsen The reason for the applied changes is to avoid logging un-sanitized input (from request) and sensitive data.