SuccessChanges

Summary

  1. tsk40 Adds REST method to delete user microstories (details)
Commit 8b591ba807e922c91e52fccc8d79119a6e04b14f by martinperez.patricia
tsk40 Adds REST method to delete user microstories
Updated security access in the web.xml file in order to allow DELETE and
POST methods to interact with the application.
Added REST method to delete the microstories of the logged-in user. It
was needed to update the related EJB method to check if the logged-in
user was the author of the story to delete.
Added a new test to check the functionality of the REST method. This
test uses a new dataset that stores the remining stories.
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceRestTestSuite.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was addedtests/src/main/resources/datasets/stories-delete.xml (diff)