Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2984:06d999e95615
Add UserClient class to handle REST communication for user related interfaces.
If a logged in user is not known add him to the database via the REST protocol.
flys-client/trunk@4994 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 13:38:32 +0000 |
parents | 725470fc57d2 |
children | 1f64ee424f92 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jul 13 11:31:25 2012 +0000 +++ b/flys-client/ChangeLog Fri Jul 13 13:38:32 2012 +0000 @@ -1,3 +1,11 @@ +2012-07-13 Björn Ricks <bjoern.ricks@intevation.de> + + * src/main/java/de/intevation/flys/client/server/LoginServlet.java, + src/main/java/de/intevation/flys/client/server/auth/UserClient.java: + Add UserClient class to handle REST communication for user related + interfaces. If a logged in user is not known add him to the database + via the REST protocol. + 2012-07-13 Christian Lins <christian.lins@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,