LinkHandler should keep the LinkTitle etc for Integrator/Redirect Links
Description
If you create a link pointing to a Redirect or Integrator Page a second pass of the InternalLinkResolver is triggered (InternalLinkResolver:150).
Throughout this run the original properties of the Link that have been resolved by the InternalLinkType (e.g. Link-Title) are lost.
They are stored in the original LinkRequest passed to recursiveResolveLink but not copied over to the new redirectLinkRequest.
I'd expect to get a Link as return that points to the target of the redirect/integrator page but has the Link-Title of the Resource I was using.
Activity
Yes, this is a understanding on my side, sorry about this. Can be closed
i do not fully understand - there is no link title in io.wcm.handler.link.Link. the link handler does not at all manage the link title - this has to be managed by the application itself.