Actions
Defect #10184
closed"source:" tag leads to broken link when used with specific git revision
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
source:/files/cluster.conf#L75
translates to:
.../cluster.conf#L75
and opens correctly:
Completed in 234ms (View: 139, DB: 2) | 200 OK [..../cluster.conf]
while
source:/files/cluster.conf#L75@40888b616b7cc27aea5f07d4807ab44c55401ba6
translates to:
..../40888b616b7cc27aea5f07d4807ab44c55401ba6/.../cluster.conf%23L75
and yields a 404 error:
Completed in 113ms (View: 53, DB: 4) | 404 Not Found [..../cluster.conf#L75]
When replacing %23 with # the url works again.
Actions