admin管理员组文章数量:1394217
I'm trying to fix a test environment with AEM and spotted such an issue: the Publish instance behaves more like an Author. Specifically, a page that is configured in properties to work like a redirection to another page does not actually redirect but displays a message "This page redirects to (link to the target page)" instead.
I have already checked that:
- the run mode set in command line is actually "publish"
- when the page address has a query parameter "?wcmmode=disabled", the redirection works correctly (as if it was called on Author with "View as Published" option)
- the behaviour is the same regardless whether the page is opened as a logged in user or an anonymous one.
Example
Actual behaviour:
- the page
[host:publish_port]/content/we-retail.html
displays "This page redirects to English"
Expected:
- the page should send
302 Found
with redirection to[host:publish_port]/content/we-retail/us/en.html
Has anyone faced such an issue? What could be the root cause and how to fix it?
AEM version is 6.5.21.0.
I'm trying to fix a test environment with AEM and spotted such an issue: the Publish instance behaves more like an Author. Specifically, a page that is configured in properties to work like a redirection to another page does not actually redirect but displays a message "This page redirects to (link to the target page)" instead.
I have already checked that:
- the run mode set in command line is actually "publish"
- when the page address has a query parameter "?wcmmode=disabled", the redirection works correctly (as if it was called on Author with "View as Published" option)
- the behaviour is the same regardless whether the page is opened as a logged in user or an anonymous one.
Example
Actual behaviour:
- the page
[host:publish_port]/content/we-retail.html
displays "This page redirects to English"
Expected:
- the page should send
302 Found
with redirection to[host:publish_port]/content/we-retail/us/en.html
Has anyone faced such an issue? What could be the root cause and how to fix it?
AEM version is 6.5.21.0.
Share Improve this question asked Mar 12 at 12:07 pkalinowpkalinow 1,7391 gold badge17 silver badges46 bronze badges1 Answer
Reset to default 0It seems that I have the solution. Day CQ WCM Filter - the WCM Mode option should be "Disabled", but it was "Edit".
本文标签: AEM Publish does not redirect pagesStack Overflow
版权声明:本文标题:AEM Publish does not redirect pages - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744753535a2623323.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论