Ticket #77 (assigned irritant)

Opened 10 months ago

Last modified 10 months ago

Inconsistent Metadata links between Prod/Devel

Reported by: aalam Assigned to: egouge (accepted)
Priority: minor Milestone: Sprint 5
Component: BackEnd Version:
Keywords: Cc:
Estimate:

Description

The web.xml file provides 2 different styles of links for the file_datastore_loc variable. In production, it's a relative link. Whereas in development it's a fully qualified url. This forces the php script for metadata to be different for dev and prod.

We should be able to just change the dev one to have the relative URL. This will make it consistent with prod. However, the hostname part of the url will still be hardcoded in the php file. It should really be read from somewhere.

Change History

01/28/08 11:08:37 changed by egouge

  • owner changed from somebody to egouge.
  • status changed from new to assigned.