Skip to content

Fix Javadoc on methods of AbstractAuthenticationProcessingFilter #21

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

Closed
wants to merge 1 commit into from

Conversation

zagyi
Copy link

@zagyi zagyi commented Dec 28, 2012

Update Javadoc on some methods to reflect the actual code.

I have signed and agree to the terms of the SpringSource Individual Contributor License Agreement.

Both overloads of
AbstractAuthenticationProcessingFilter.successfulAuthentication()
claimed to invoke SessionAuthenticationStrategy, which is not true, as
the invokation happens earlier in doFilter(). The Javadoc on these
methods are updated to reflect the actual code.
@rwinch
Copy link
Member

rwinch commented Dec 28, 2012

Thank you for your contribution. Can you please resubmit using the guidelines from the contributors guidelines? Specifically:

  • Create a JIRA
  • Ensure to include the JIRA ID in the first line of your commit
  • Create the pull request from a branch with the name of the JIRA

@zagyi
Copy link
Author

zagyi commented Dec 28, 2012

I skipped the JIRA ticket creation, because the guideline mentions that it's not necessary for trivial changes. :)
Anyway, it's not a problem of course, I'll resubmit my changes that way.

@rwinch
Copy link
Member

rwinch commented Dec 28, 2012

You are correct the guidelines do state that trivial changes do not require a JIRA. I have updated the guidelines to reflect that if it is a non-user facing issue that it does not require a JIRA. In general, if a user may encounter the issue it is best to have a JIRA for it so that it appears in the change log. Thanks for pointing this out and for the javadoc fix.

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.

2 participants