Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / Login.java @ d0d4d0f5

History | View | Annotate | Download (13.2 kB)

# Date Author Comment
739f501e 08/21/2009 03:08 pm Panagiotis Astithas

Avoid a NPE when the next parameter is empty.

144fe6ce 08/04/2009 12:56 pm Panagiotis Astithas

Parse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used for redirection. This should simplify the login process for Firefox extensions.

c917374b 07/02/2009 12:18 pm Panagiotis Astithas

Use a different strategy for login in development environments that does not require me to recompile the web client for production deployment. Now, if the testUsername property is found in gss.properties the server treats the value as an authenticated username....

503040ef 07/01/2009 06:36 pm Dimitris Routsis

If no WebDAV password has ever been generated, copy token to it at initial login, to make sure user sees value in Show Credentials dialog.

3ef7b691 06/25/2009 06:45 pm Dimitris Routsis

Add system-generated password for WebDAV. (Bug #705)

16baf609 06/04/2009 12:02 pm Panagiotis Astithas

Remove the redundant gss top-level directory.