RedirectPlugin currently puts the
redirectedfrom
URL parameter based on
%WEB%
and
%TOPIC%
, which is fine in most cases.
But if a topic having
%REDIRECT{"RedirectDestination"}%
(let's call it IncludedTopic) is included by another topic (let's call it IncludingTopic) and when redirection happens on IncludingTopic, the resulting
redirectedfrom
URL parameter is WEB.IncludedTopic rather than WEB.IncludingTopic, which is strange.
redirectedfrom
URL parameter value needs to be based on
%BASEWEB%
and
%BASETOPIC%
instead of
%WEB%
and
%TOPIC%
.
--
TWiki:Main/HideyoImazu
- 2013-08-14