-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.3.5
-
Component/s: None
-
Environment:
Confluence v.1.3.5/build 122 - Apache Tomcat 5.5.7 - Java Version 1.4.2_04 - SunOS 5.8
The links that appear in the daily change email sent by our Confluence instance are not all formatted correctly. Links to spaces and links to "view changes" are formatted correctly, while the links to the actual pages/blogs and the links user profiles are NOT formatted correctly. The incorrect links contain an extra application context name in the URL. For example, a correct space link would look something like:
http://foo.bar/wiki/display/SPC
while and incorrect page link might look like :
http://foo.bar/wiki/wiki/display/SPC/Foo+Bar+Page
Note the extra /wiki in the page link example. We have tried changing the server base URL setting from "http://foo.bar/wiki" to "http://foo.bar", which fixes the daily email problem, but breaks the short URLs to each page.