Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Host, port and context are currently hard coded. This leads to the effect that the MMC stops working when ODE is deployed in a different context name than "ode" or tomcat has setup for a different port. In addition, hard-coded paths cause some troubles when the console shall be accessed from other machines due to some XSS protections in browsers.
I think the best way to fix this is to use relative URLs as this should solve all the problems stated above.