ENGAGE-103: Each of our Engage apps in Kettle should root themselves at an /engage/[app-name], and not steal the root URL

Metadata

Source
ENGAGE-103
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2009-10-02T14:57:27.000-0400
Updated
2009-11-10T11:59:29.000-0500
Versions
N/A
Fixed Versions
  1. 0.1
Component
  1. Artifact View
  2. Browse
  3. Kettle

Description

At the moment, Artifact View roots itself at /, and registers a handler there. The kettleDemo also does this, and it causes them to bash into each other. To be safe, we should make sure that each app is rooted in a reasonable, self-contained spot.

Comments

  • Colin Clark commented 2009-10-09T18:38:09.000-0400

    This was fixed by me at r8276 by mounting View and Browse at the following URLs:

    /artifacts/view.html and /artifacts/browse.html for the markup feeds
    /artifacts/view.json for /artifacts/browse.json the data feeds

  • Justin Obara commented 2009-11-10T11:59:29.000-0500

    Closed as per previous comment