Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Users/Security
-
Labels:None
-
Number of attachments :
Description
The URL that was sent in the validation email lost the port and the prefix path for archiva's context.
i.e. the URL sent in the email was
http://192.168.0.100/security/login!login.action?validateMe=1a9e7e81b84f4c56a5deaa752343a212
it should have been
http://192.168.0.100:8080/archiva/security/login!login.action?validateMe=1a9e7e81b84f4c56a5deaa752343a212
Verified fixed in archiva-trunk -r646173 (using redback-1.1-SNAPSHOT).