nateyolles / aem-developer-chrome

Chrome extension for AEM developers.
https://chrome.google.com/webstore/detail/aem-developer/hgjhcngmldfpgpakbnffnbnmcmohfmfc
MIT License
42 stars 10 forks source link

Servlet contextpath not taken into account #25

Open royteeuwen opened 7 years ago

royteeuwen commented 7 years ago

When using a context path for a server, it is not taken into account when using the links. This would be easily solved by making the environments configurable with the context paths.

For example for an url http://author.local.com:4502/MB if I for example use the CRXDE lite link, it will produce http://author.local.com:4502/crx/de/index.jsp#/MB/content/site... instead of http://author.local.com:4502/MB/crx/de/index.jsp#/content/site...