SuccessChanges

Summary

  1. Tsk56 Adds a resource to find a private story (details)
Commit 39ffc3a9eed9319e0aeff76fbcf35a719ca5fe05 by git
Tsk56 Adds a resource to find a private story
Adds a resource to find stories by id. This stories only can be
retrieved by the author that written the story. Adds a new http
unauthorized status to check the invalid access when tries to find a
story. Modifies the web.xml file to filter the invalid access on REST
petitions.
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)