You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2007/03/21 01:32:26 UTC

[jira] Updated: (MRM-307) CSS declarations don't support Reverse-proxy

     [ http://jira.codehaus.org/browse/MRM-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MRM-307:
--------------------------------

    Summary: CSS declarations don't support Reverse-proxy  (was: CSS declarations doesn't support Reverse-proxy)

> CSS declarations don't support Reverse-proxy
> --------------------------------------------
>
>                 Key: MRM-307
>                 URL: http://jira.codehaus.org/browse/MRM-307
>             Project: Archiva
>          Issue Type: Improvement
>          Components: web application
>    Affects Versions: 1.0
>            Reporter: Arnaud Heritier
>             Fix For: 1.0
>
>
> I'm using a reverse proxy to see archiva like http://repositories.myserver instead of http://myserver:8080/archiva
> Actually to load CSS we have the following syntax :
>   <style type="text/css" media="all">
>     @import url( "<c:url value="/css/maven-base.css" />" );
>     @import url( "<c:url value="/css/maven-theme.css" />" );
>     @import url( "<c:url value="/css/pss/table.css" />" );
>     @import url( "<c:url value="/css/site.css" />" );
>   </style>
> But these urls aren't rewritten (because it's not in a href)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira