Some URLs incorrect when behind httpd with mod_proxy ----------------------------------------------------
Key: CONTINUUM-363 URL: http://jira.codehaus.org/browse/CONTINUUM-363 Project: Continuum Type: Bug Components: continuum-web Versions: 1.0-beta-1 Reporter: David Blevins Given a mod_proxy setup like: <VirtualHost *:80> [...] RewriteEngine on RewriteRule ^/(.*)$ http://localhost:8080/$1 [p] ProxyPassReverse / http://localhost:8080/ </VirtualHost> All the URLs but the various icon_foo_sml.gif icons will be hardcoded to the localhost:8080 -- 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