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 missing cookie collection in ASP.NET Core provider #458

Merged
merged 1 commit into from Feb 28, 2022
Merged

Fix missing cookie collection in ASP.NET Core provider #458

merged 1 commit into from Feb 28, 2022

Conversation

j5alive
Copy link
Contributor

@j5alive j5alive commented Dec 22, 2021

The check for request.HasFormContentType when trying to get cookies from the request should not be there as the Form content has no bearing on a request containing cookies or not. It looks like this was copied over from the original implementation.

I've also added a message to the cookies list if this method fails in line with the other methods in this class.

… and add standard error message if getting cookies fails
@j5alive
Copy link
Contributor Author

j5alive commented Feb 27, 2022

@QuantumNightmare any chance you could review this please?

Copy link
Contributor

@QuantumNightmare QuantumNightmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, apologies for the wait.

@darcythomas darcythomas merged commit d97c72b into MindscapeHQ:master Feb 28, 2022
@QuantumNightmare
Copy link
Contributor

This fix has been released in version 6.6.5 of the NuGet package now.

@j5alive j5alive deleted the fix/remove-form-check-for-cookies branch March 2, 2022 02:16
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