Commit 75b2b4ce authored by pdowler.cadc's avatar pdowler.cadc
Browse files

changed to v1.0 UWS schema, fixed test bugs, re-instated AccessControlException for GET joblist,

changed to using AuthenticaionUtil to get Subject, use the complete calling Subject from context
to invoke job, not the partially stored one

TODO: store principal(s) on JobDAO only; correctly implement authorization check using the stored
principal(s) and the current subject


git-svn-id: https://opencadc.googlecode.com/svn/trunk@702 728ff76a-78ac-11de-a72b-d90af8dea425
parent 5aa8dc03
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,9 +33,12 @@
 */
package ca.nrc.cadc.uws.web;

import ca.nrc.cadc.uws.web.restlet.resources.AsynchResourceTestCase;
import ca.nrc.cadc.uws.web.restlet.resources.JobAsynchResourceExecutionTest;
import ca.nrc.cadc.uws.web.restlet.resources.JobSyncSubmissionResourceTest;
import ca.nrc.cadc.uws.web.restlet.resources.ResultResourceTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import ca.nrc.cadc.uws.web.restlet.resources.*;


@RunWith(Suite.class)