New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-14174
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brad Baker [Atlassian]
Reporter: Timothy Chin [Atlassian]
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Trackback Link Does Not Have a Base URL

Created: 20/Dec/07 09:17 PM   Updated: 02/Jan/08 11:08 PM
Component/s: Trackbacks
Affects Version/s: 3.12
Fix Version/s: 3.12.2

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian], Brad Baker [Atlassian] and Timothy Chin [Atlassian]
Since last comment: 34 weeks, 2 days ago
Resolution Date: 01/Jan/08 11:39 PM
Labels:


 Description  « Hide
The problem was reproduced on version 3.12 that the trackback was not functioning well after turning it on.
007-12-21 10:45:40,765 Sending mailitem Trackback ping com.atlassian.trackback.Trackback@d9ceea[] DEBUG [com.atlassian.trackback.TrackbackUtils] Found inner RDF text in hyperlink
2007-12-21 10:45:40,765 Sending mailitem Trackback ping com.atlassian.trackback.Trackback@d9ceea[] DEBUG [com.atlassian.trackback.TrackbackUtils] dc:identifier mismatch; expected 'http://10.60.1.128:8290/browse/TST-3', found '/browse/TST-3', ignoring
2007-12-21 10:45:40,781 Sending mailitem Trackback ping com.atlassian.trackback.Trackback@d9ceea[] DEBUG [com.atlassian.trackback.TrackbackUtils] dc:identifier mismatch; expected 'http://10.60.1.128:8290/browse/TST-3', found '/browse/TST-3', ignoring

JIRA was not able to match the correct identifiers to the incoming ping because it does not include the base URL in the RDF block.

<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback>
<rdf:Description rdf:about="/browse/TST-2"
    dc:title="[#TST-2] Testing for trackback"
    dc:subject="Test"
    dc:description=""
    dc:date="2007-12-21 09:11:28,000"
    dc:identifier="/browse/TST-2"
    trackback:ping="http://10.60.1.128:8290/rpc/trackback/TST-2"/>

<rdf:Description rdf:about="/secure/ViewIssue.jspa?id=10010"
    dc:title="[#TST-2] Testing for trackback"
    dc:subject="Test"
    dc:description=""
    dc:date="2007-12-21 09:11:28,000"
    dc:identifier="/secure/ViewIssue.jspa?id=10010"
    trackback:ping="http://10.60.1.128:8290/rpc/trackback/TST-2"/>

<rdf:Description rdf:about="/secure/ViewIssue.jspa?key=TST-2"
    dc:title="[#TST-2] Testing for trackback"
    dc:subject="Test"
    dc:description=""
    dc:date="2007-12-21 09:11:28,000"
    dc:identifier="/secure/ViewIssue.jspa?key=TST-2"
    trackback:ping="http://10.60.1.128:8290/rpc/trackback/TST-2"/>
</rdf:RDF>-->

Sample RDF from version 3.12



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brad Baker [Atlassian] added a comment - 01/Jan/08 11:39 PM
This has been fixed in 3.12 branch and the 4.0 branch.

Now full URLS are in the generated trackback RDF