SuccessChanges

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 modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResource.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/http/util/HasHttpStatus.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/SecurityExceptionMapper.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/UserResourceRestTest.java
The file was modifiedrest/src/test/resources/web.xml