Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.3
-
None
-
None
Description
If a parent project defines a project.url as <url>http://example.com/</url> and an inherited menu in site.xml like
<menu name="Inherited" inherit="top"> <item name="Parent Relative Home" href="index.html" /> <item name="Parent Absolute Home" href="http://example.com/" /> </menu>
then in the child project, the absolute URL gets correctly relativized to point to the parent home, but the relative link points to the current (child) index. It should also point to the original parent home.