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 null reference exception in event service when httpcontext missing #1556

Merged
merged 1 commit into from
May 21, 2024

Conversation

josephdecock
Copy link
Member

Fixes DuendeSoftware/Support#614, which seems to have reappeared for events.

@josephdecock josephdecock requested a review from brockallen May 20, 2024 21:28
@josephdecock josephdecock added this to the 7.0.5 milestone May 20, 2024
@brockallen
Copy link
Member

mainline or 7.0.x branch?

@josephdecock josephdecock force-pushed the joe/nre-httpcontext branch from 33d0d5d to 6b31768 Compare May 21, 2024 16:14
@josephdecock
Copy link
Member Author

mainline or 7.0.x branch?

7.0.x - I've rebased...

@josephdecock
Copy link
Member Author

Hmm, now too many commits are here

@josephdecock josephdecock force-pushed the joe/nre-httpcontext branch from 6b31768 to 1fb773d Compare May 21, 2024 16:17
@josephdecock
Copy link
Member Author

Okay, all better now.

@brockallen
Copy link
Member

Oh wait -- it's still against main?

@josephdecock
Copy link
Member Author

Thanks for catching that!

@josephdecock josephdecock changed the base branch from main to releases/7.0.x May 21, 2024 16:44
@josephdecock josephdecock merged commit d10c94e into releases/7.0.x May 21, 2024
5 checks passed
@brockallen brockallen deleted the joe/nre-httpcontext branch May 22, 2024 00:38
@brockallen brockallen added the bug label May 22, 2024
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.

DefaultEventService requires HttpContext and throws NRE when sending events from session cleanup
2 participants