SuccessChanges

Summary

  1. Fixes configuration files to allow Rest (details)
Commit 12322b267f3b7ef593ac847be7b3434564ee3c39 by arfarinha
Fixes configuration files to allow Rest
No changes have been made to standalone.xml since everything was
correct. An update was performed upon web.xml from the rest project to
allow Rest
. The pattern for the public API is /public/* and for the private api is
/private/* CORS has been enabled
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was addedrest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java