SuccessChanges

Summary

  1. T29.50 Adds a new login (details)
Commit 3dc44fdcdf3f73b5cde794539a608b827f337d3d by prfernandez2
T29.50 Adds a new login
The previous login worked fine, but we can not get the current user in
other pages, so we have to change the functionality to use the wildfly
system. We changed the default page to one that is provate, so if the
user is logged, ha can see it, if not, he will have to login. Style is
in progress...
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/jsf/UserIndexController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/util/ParsingUtil.java (diff)
The file was addedjsf/src/main/webapp/view/profile.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/User.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was removedjsf/src/main/webapp/profile.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/UserService.java (diff)