aem-developer-chrome icon indicating copy to clipboard operation
aem-developer-chrome copied to clipboard

Toggle UI - CRXDE Lite: wrong url

Open realgpp opened this issue 8 years ago • 0 comments

Hi, I've noticed that the url created to open the page in the CRXDE is wrong because of the char ":". It should be replaced with the URL Encoded Character "%3A".

For example: Original: http://localhost:4502/crx/de/index.jsp#/content/project/mobile/menu/jcr**:content New: http://localhost:4502/crx/de/index.jsp#/content/project/mobile/menu/jcr%3A**content

If it can be of any help, I'm using Ubuntu 16.04 + Chrome Version 51.0.2704.103 + AEM 6

realgpp avatar Jun 20 '16 11:06 realgpp