Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
Istanbul Release
-
None
-
Policy 28/7-17/9
Description
Many of the relative paths used in the HTML/CSS for Apex Editor are incorrect in the build, e.g. index.html references "../js/fileMenu.js" instead of "js/fileMenu.js". When the project is built, maven will package the "js" and "css" directories in the same directory as index.html.
The issue is not observed when running the Apex Editor as a jar, as Jetty server will resolve parent link above document root, e.g."../js/fileMenu.js" resolves to "/js/fileMenu.js", but it becomes troublesome if used with a proxy like nginx.
Attachments
Issue Links
- relates to
-
POLICY-3574 Maven build for policy-gui
-
- Closed
-