SuccessChanges

Summary

  1. tsk35 Adapts execution test REST for different type of users. (details)
Commit 80a967c163f6c9e5ec02ac9b2f81d5563e0ed4e5 by dmdominguez
tsk35 Adapts execution test REST for different type of users.
Adds options in the form to excecute test, for can test exclusive
funtions users. Adds CORSFilter, SecurityExceptions and AuthorResorce
will be used for a authenticated user. Changes web.xml for test for
diferent type of users.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/IllegalArgumentExceptionMapper.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SecurityExceptionMapper.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/CORSFilter.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/AuthorResource.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/AuthorResourceRestTest.java (diff)