CSS declarations doesn'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
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