-
Notifications
You must be signed in to change notification settings - Fork 607
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
Resolves #2658 by removing implementation of requestpathinfo #2732
Resolves #2658 by removing implementation of requestpathinfo #2732
Conversation
…ces() and filter by isDefault
…thInfo and validating tests still work.
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com) | |||
|
|||
### Fixed | |||
|
|||
- #2658 - Fixed issue where implementing RequestPathInfo was being caught by CQRules:CQBP-84gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- #2658 - Fixed issue where implementing RequestPathInfo was being caught by CQRules:CQBP-84gi | |
- #2658 - Fixed issue where implementing RequestPathInfo was being caught by CQRules:CQBP-84 |
…tion-of-requestpathinfo
Codecov Report
@@ Coverage Diff @@
## master #2732 +/- ##
=========================================
Coverage 52.38% 52.39%
+ Complexity 5359 5358 -1
=========================================
Files 755 755
Lines 30310 30282 -28
Branches 3923 3915 -8
=========================================
- Hits 15879 15867 -12
+ Misses 12956 12941 -15
+ Partials 1475 1474 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.