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

Fixes #5183 : Crash caused by a web spider providing an invalid referrer uri with the request. #5184

Merged
merged 2 commits into from
Jul 5, 2022

Conversation

robheffo79
Copy link

@robheffo79 robheffo79 commented Jul 5, 2022

Summary

Provides an error handler to catch the InvalidUriException thrown when an invalid referrer URI is passed in the web request.

Closes #5183

@dnfadmin
Copy link

dnfadmin commented Jul 5, 2022

CLA assistant check
All CLA requirements met.

@robheffo79
Copy link
Author

Forgot to push last commit to fix branch before creating pull request. Oops!

Copy link
Contributor

@mitchelsellers mitchelsellers left a comment

Choose a reason for hiding this comment

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

This seems to be a good overall catch to the process, thanks for the contribution.

Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

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

thanks!

@bdukes bdukes added this to the 9.10.3 milestone Jul 5, 2022
@bdukes bdukes merged commit fc8aff9 into dnnsoftware:develop Jul 5, 2022
@valadas valadas modified the milestones: 9.10.3, 9.11.0 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid hostname in referrer causing InvalidUriException in AdvancedUrlRewriter
5 participants