Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2974:8255247da645
Implement re-authentication if the user (ticket) has expired.
Every "ticket" in GGInA has an end date. Therefore send a new
authentication request if the current date is after the end date.
flys-client/trunk@4970 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 07:56:10 +0000 |
parents | b732258fd546 |
children | 2968c6ae1761 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jul 13 07:51:38 2012 +0000 +++ b/flys-client/ChangeLog Fri Jul 13 07:56:10 2012 +0000 @@ -1,3 +1,10 @@ +2012-07-13 Björn Ricks <bjoern.ricks@intevation.de> + + * src/main/java/de/intevation/flys/client/server/GGInAFilter.java: + Implement re-authentication if the user (ticket) has expired. + Every "ticket" in GGInA has an end date. Therefore send a new + authentication request if the current date is after the end date. + 2012-07-13 Björn Ricks <bjoern.ricks@intevation.de> * src/main/java/de/intevation/flys/client/server/LoginServlet.java,