Actions
Defect #41232
closedAttachment-URLs in API not honouring set host name
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Host name and path is set in settings, nevertheless API call /issues/123.json?include=attachments
lists content_url
items with "http://{ip}:{port}".
Redmine running on {ip}:{port} behind nginx proxy via bundle exec rails server. URLs in mails correctly include set host name and protocol ("https" provided by proxy).
Actions