Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2950:192eddbbd4cf
Implement a login page to be able to authenticate a user
The username and password requested by the login.jsp are send to
the LoginServlet. The credentials are afterwards used to authenticate
the user against GGinA.
flys-client/trunk@4928 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 11 Jul 2012 10:37:10 +0000 |
parents | abf267708672 |
children | 3cacd42a0336 |
comparison
equal
deleted
inserted
replaced
2949:abf267708672 | 2950:192eddbbd4cf |
---|---|
1 2012-07-11 Björn Ricks <bjoern.ricks@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/LoginServlet.java, | |
4 src/main/webapp/login.jsp, | |
5 src/main/webapp/FLYS.css, | |
6 src/main/webapp/WEB-INF/web.xml: | |
7 Implement a login page to be able to authenticate a user. | |
8 | |
1 2012-07-11 Björn Ricks <bjoern.ricks@intevation.de> | 9 2012-07-11 Björn Ricks <bjoern.ricks@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/client/server/GGInATrustStrategy.java: | 11 * src/main/java/de/intevation/flys/client/server/GGInATrustStrategy.java: |
4 Add a TrustStrategy to be able to accept all SSL certificates. | 12 Add a TrustStrategy to be able to accept all SSL certificates. |
5 | 13 |