ENGAGE-399: On the daily build or using a standalone servlet container, exceptions are thrown upon loading My Collection, both from the home screen and from Artifact View

Metadata

Source
ENGAGE-399
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Jess Mitchell
Reporter
Colin Clark
Created
2010-02-17T15:54:08.000-0500
Updated
2010-02-17T16:56:19.000-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. My Collection

Description

It appears that user documents are not being correctly created or fetched, causing My Collection to throw an error on load, complaining that user.collection is undefined.

I've traced this down to the fact that both user.js and ArtifactCollectView create hard-baked URLs that don't work with a standalone servlet container. This should be fixed.

Comments

  • Colin Clark commented 2010-02-17T15:54:31.000-0500

    Bug Parade Engage 0.3

  • Colin Clark commented 2010-02-17T16:08:57.000-0500

    I resolved this issue at r9424 by using relative URLs instead of absolute URLs. This also enabled me to simplify some code in ArtifactCollectView.js

  • Antranig Basman commented 2010-02-17T16:56:19.000-0500

    This change looks good - and suggests some similar fixes I will need to make in Guestbook.