Replies: 1 comment
-
Looking at the code, it appears that first the raw request is compared to see if we need to ignore it. If not ignored UrlRewriting is done etc to get it to the proper URL> The result of that operation is then re-evaluated as the rewrite might change something? Not sure "why" though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found duplicate call function IgnoreRequest(result, fullUrl, ignoreRegex, request)
Dnn.Platform/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs
Line 2037 in 4689315
Dnn.Platform/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs
Line 2116 in 4689315
Can someone tell me why?
Beta Was this translation helpful? Give feedback.
All reactions