wring link in authentication email
----------------------------------
Key: JSPWIKI-405
URL: https://issues.apache.org/jira/browse/JSPWIKI-405
Project: JSPWiki
Issue Type: Bug
Components: Authentication&Authorization
Affects Versions: 2.8
Environment: Linux SLES 10 with java 1.5
Reporter: Andreas Otto
Priority: Minor
after authentificatiob I got the following email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Congratulations! Your new profile on CorLifeWiki has been created. Your profile
details are as follows:
Login name: aotto
Your name : Andreas Otto
E-mail : ??????????????????
If you forget your password, you can reset it at
http://????????????????:8080Login.jsp?redirect=Main
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
You see that after the 8080 the "/" is missing
this is the entry from my jspwiki.properties
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#
# Describe where your wiki lives (the real URL through which it is available
# through the internet/intranet). This is a mandatory attribute.
#
# Be careful if you use a localhost address (http://localhost/ or
http://127.0.0.1/),
# as this will cause some unwanted side effects if your wiki is accessed from
# any other computer than where the wiki is running.
#
# Example:
# jspwiki.baseURL = http://www.jspwiki.org/
#
jspwiki.baseURL=http://??????????????:8080/CorLifeWiki/
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.