DECA-241: The server returns URLs that are relative to the server root, but doesn't include the server's domain

Metadata

Source
DECA-241
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2012-04-13T12:02:56.184-0400
Updated
2012-06-08T14:48:34.015-0400
Versions
  1. 0.5
Fixed Versions
  1. Future
Component
  1. Server

Description

An example response from the export type resource:
{"status": "complete", "url": "/library/book/images/pdf/Decapod.pdf"}

Notice that the url doesn't include the domain. The Decapod UI is able to still use this, but for someone else pinging the server directly, it may be too ambiguous.

Comments

  • Justin Obara commented 2012-06-08T14:47:08.011-0400

    Possibly the domain could be added through configuration to the server, and then appended before returning the url.