Why ContentFinderByRedirectUrl
does not set IPublishedContent
#19170
PeterKvayt
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noted that
Umbraco.Cms.Core.Routing.ContentFinderByRedirectUrl
does not set content to the published request (.SetPublishedContent
), but otherIContentFinder
implementations do.I am not sure if it is a bug because
ContentFinderByRedirectUrl
has "redirect logic", which means that after it next request will not be the redirect request.But
ContentFinderByRedirectUrl
might be used by other classes, which can assume that after the content finder finds, the published content should be configured into the published request.Beta Was this translation helpful? Give feedback.
All reactions