Alexander Lehmann created MRM-1613:
--------------------------------------
Summary: Password reset emails contain the wrong url for a reverse
proxy setup
Key: MRM-1613
URL: https://jira.codehaus.org/browse/MRM-1613
Project: Archiva
Issue Type: Bug
Components: Web Interface
Affects Versions: 1.3.5
Environment: linux, apache 2.2, archiva 1.3.5 running with wrapper
Reporter: Alexander Lehmann
Priority: Minor
we are running archiva with a reverse proxy setup using apache like this
ProxyPass /archiva/ http://localhost:8081/archiva/
ProxyPassReverse /archiva/ http://localhost:8081/archiva/
when requesting a password reset, the url used in the email is
http://localhost:8081/archiva/security/login...
i.e. it uses the url name derived from the tomcat server configuration or from
the current request.
It would be better if the base url could be configured to a specific value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira