You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2019/05/20 10:14:00 UTC

[jira] [Closed] (OFBIZ-11018) Redirection of pathAlias to aliasTo does not work properly

     [ https://issues.apache.org/jira/browse/OFBIZ-11018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-11018.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 18.12.01
                   16.11.06
                   17.12.01

Pawan,

Your patch is in 
trunk r1859543
R18 r1859544
R17 r1859545
R16 rr1859546

> Redirection of pathAlias to aliasTo does not work properly
> ----------------------------------------------------------
>
>                 Key: OFBIZ-11018
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11018
>             Project: OFBiz
>          Issue Type: Bug
>          Components: cmssite, content
>    Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>            Reporter: Pawan Verma
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: 17.12.01, 16.11.06, 18.12.01
>
>         Attachments: Image 001.png, OFBIZ-11018.patch, OFBIZ-11018.patch
>
>
> Link of discussion: [https://markmail.org/message/s37whdteejqdzkha]
> In CMS, we can redirect the user to different path alias using 'aliasTo' field of *WebSitePathAlias* entity.
> Example - 
>  <WebSitePathAlias pathAlias="demoHome" webSiteId="CmsSite"  fromDate="2019-05-01 00:00:00.0"  aliasTo="newDemoHome"  />
> Based on the above data, if the user hit the 
> [https://localhost:8443/cmssite/cms/demoHome], the CMS will internally render the content for 'newDemoHome' pathAlias.
> As per my observation, the content for  "newDemoHome" is renderd properly (as expected) but the URL of the page (in browser) doesn't change.
> We should also update the URL also, i.e. change browser URL from
> [https://localhost:8443/cmssite/cms/demoHome] to [https://localhost:8443/cmssite/cms/newDemoHome]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)