Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Typo in Spring Security Architecture Topical Guide #924

Closed
anno1985 opened this issue Oct 14, 2019 · 2 comments
Closed

Typo in Spring Security Architecture Topical Guide #924

anno1985 opened this issue Oct 14, 2019 · 2 comments

Comments

@anno1985
Copy link

https://spring.io/guides/topicals/spring-security-architecture#_authorization_or_access_control

Reads:

An AccessDecisionVoter considers an Authentication (representing a principal) and a secure Object which as been decorated with ConfigAttributes:

Should read (as -> has):

An AccessDecisionVoter considers an Authentication (representing a principal) and a secure Object which has been decorated with ConfigAttributes:

NB: Is there a way to raise typos directly as PR?

@bclozel
Copy link
Contributor

bclozel commented Oct 14, 2019

Yes, the guide itself is actually a git repository (the link is displayed at the top of the right hand column). See https://github.com/spring-guides/top-spring-security-architecture

Could you raise an issue or a PR directly there?
Thanks!

@bclozel bclozel closed this as completed Oct 14, 2019
@anno1985
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants