FailedChanges

Summary

  1. tsk27 Adds resource to get current user's stories (details)
Commit 337c632f6198766ba8e5ffaf2c1bdd2bb759dd3a by mvaugusto
tsk27 Adds resource to get current user's stories
Adds REST resource that returns current user's stories and its tests.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/SecurityExceptionMapper.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/http/util/HasHttpStatus.java (diff)