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

Fix for JBEAP-11680: Kerberos negotiation done in every request #37

Closed
wants to merge 2 commits into from

Conversation

rmartinc
Copy link

Hi,

Tentative patch for the bug 11680: Kerberos negotiation done in every request. The idea is searching the account in the session manager and, if found, using this account instead of a new created with a new UUID. In turn the authentication manager finds the account in the cache and no negotiation is done.

Please review the patch cos I don't know the code of jboss-negotiation in detail.

Thanks in advance!

@darranl
Copy link
Contributor

darranl commented Jul 27, 2017

This does not appear to be a valid fix, the authentication mechanism already stated the account needs to be cached - why isn't that cached entry being used?

@darranl darranl closed this Jul 27, 2017
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.

None yet

3 participants