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

CXF-7264: NPE on OAuth RO/CC flows using JPA #242

Closed
wants to merge 1 commit into from

Conversation

gonzalad
Copy link
Contributor

@gonzalad gonzalad commented Mar 9, 2017

  • UserSubject can already be an OidcUserSubject in database while
    in current request (when using RO flow) it is a UserSubject.
    Merging UserSubject produces an error.
    We fix this by avoiding merge when userSubject already exists
    in db.
  • client.subject can be null when using CC flow.

 * UserSubject can already be an OidcUserSubject in database while
   in current request (when using RO flow) it is a UserSubject.
   Merging UserSubject produces an error.
   We fix this by avoiding merge when userSubject already exists
   in db.
 * client.subject can be null when using CC flow.
@asfgit asfgit closed this in 0e1d482 Mar 9, 2017
@gonzalad gonzalad deleted the CXF-7264 branch March 10, 2017 14:24
rnetuka pushed a commit to rnetuka/cxf that referenced this pull request Oct 3, 2022
[CXF-8223]Be able to read empty entity from a Response with 202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant