[Yanel-dev] [Bug 5327] The relative paths (of ../yanel) are not really correct for the login screen

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Tue May 8 15:19:33 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5327





------- Additional Comments From michael.wechner at wyona.org  2007-05-08 15:19 -------
This is what we currently get

<img src="../../../yanel/yanel-img/yanel_header.png"/>

but correct would be

<img src="../../yanel/yanel-img/yanel_header.png"/>

The reserved prefix is configured within web.xml and back2realm is somehow
computed by some Java class being called I guess from the YanelServlet

Re proxy it's very important to use relative paths and the above should actually
be fine, but if you use too many ../ then one will get out of the context ;-)
and this what is currently happening



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Yanel-development mailing list