Skip to content
Snippets Groups Projects
Commit a20b99c8 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 59a08a54
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment