コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

Issue with Experience Fragment url when opening from Success dialog

Avatar

Community Advisor

Hi,

 

After creating experience fragment, clicking on Open from the success dialog, url is getting encoded and throwing page not found issue when accessing from dispatcher. Url is encoding from / to %2F when trying in local instance.

 

Fix:

Go to below node and override to /apps:

http://<host>:<port>/libs/cq/experience-fragments/content/v2/experience-fragments/createxfwizard/jcr:content/body/items/form/successresponse

 

Property: Open

Before value: /editor.html{Path}.html

New value to fix issue:  /editor.html{+Path}.html (add + before Path)

 

Screen Shot 2020-09-08 at 8.00.17 PM.png

@kautuk_sahni , If possible can you please ask product team to review the change and update the code.

 

3 返信

Avatar

Level 9

Hi @Ravi_Pampana , 

Good one. Thank you for posting.

I remember one of my peer was facing same issue recently. 

Would like to understand how + is stopping from url encoding? Is it something we are trying to replace 'space' with '+'  ??? Kindly explain 

Avatar

Administrator

Thank you for sharing this. I'll share it with the team and get back to you soon. 

 



Kautuk Sahni

Avatar

Administrator

@Ravi_Pampana , Reply from PM:

Maybe a bug? I think I’ve seen this. Please contact and report to support. 



Kautuk Sahni