-
Bug
-
Resolution: Fixed
-
Medium
-
1.1.2
-
None
Daily HTML notification has base Href w/ "confluence" in it.
- <base href="http://zed.cisco.com/confluence" />
Other relative links also has "confluence"
- <a href="/confluence/display/JCAMP/Deploy+Process+for+CCI">
- <img src="/confluence/images/icons/docs_16.gif" ...
which causes some email client (Eudora, Mozzilla email) to convert the link as
- <a href="http://zed.cisco.com/confluence/confluence/display/JCAMP/Deploy+Process+for+CCI">
Outlook client works fine w/ this base href but other email client fails. Not sure which client intepret the base href correctly. A possible fix is to strip off the "confluence" in base href to only bare server location and always encode the context in the relative URL(s).
- relates to
-
CONFSERVER-1724 Confluence daily mails are HTML but wrong Content-type
-
- Closed
-