-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Beta 5
-
Fix Version/s: 7.0.0 Beta 6
-
Component/s: Blogs, Collaboration
-
Labels:
-
Fix Priority:4
-
Sprint:Vanilla Milk Tea
-
Git Pull Request:
Steps to reproduce:
- Start portal with the line
blogs.trackback.enabled=true
set in portal-ext
- Add blogs portlet to site page
- Add blogs entry 1
- Copy blogs entry 1 trackback URL
- Add blogs entry 2, pasting the trackback URL of blogs entry 1 into the "Trackbacks to Send" field
- Assert that blogs entry 1 has one comment
- Click into blogs entry 1
- Assert Blogs trackback is accepted in console
Expected result:
Blogs trackback comment is written in HTML. The text should display something like
[...] ${Blogscontent} [...] Read More
with Read More being a hyperlink to the corresponding blog post.
Actual result:
The blogs trackback comment is written in BBCode. The text that is displayed is
[...] ${Blogscontent} [...] [url=http://localhost:8080/web/guest/home/-/blogs/blogs-trackback]Read More[/url]
Reproduced on:
Tomcat 7.0.62 + MySQL 5.6.
Portal master GIT ID: e164a5c48f8805c3839276ed6d1a8e739e9f41f1