Skip to content

Commit

Permalink
style(core): Minor clarification to comment (#1194)
Browse files Browse the repository at this point in the history
Was reading through how some of the security autowiring works, and
found a minor fix to this comment.
  • Loading branch information
ezimanyi authored May 11, 2020
1 parent 123c958 commit 9a7aa40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class GateConfig extends RedisHttpSessionConfiguration {

/**
* This pulls the `springSecurityFilterChain` in front of the {@link AuthenticatedRequestFilter},
* because the user must be authenticated through the security filter chain before his username/credentials
* because the user must be authenticated through the security filter chain before their username/credentials
* can be pulled and forwarded in the AuthenticatedRequestFilter.
*/
@Bean
Expand Down

0 comments on commit 9a7aa40

Please sign in to comment.