DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42050>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42050 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-22 01:25 ------- I tried the patch from andreas and there are still some issues. I am atm looking at the xsl: <link rel="stylesheet" href="{$contextPath}/{$pubId}/modules/homepage/css/homepage.css" type="text/css"/> which did not get rewritten: <link type="text/css" href="/default/modules/homepage/css/homepage.css" rel="stylesheet" /> However we actually include it two times where the pagee2xhtml is using <link rel="stylesheet" href="{$root}/css/{$document-type}.css" type="text/css"/> where <!-- {context-prefix}/{publication-id}/{area} --> <xsl:param name="root"/> Meaning the proxy rewritting is working fine if we follow: {context-prefix}/{publication-id}/{area} It is indeed failing if not use as the above. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
