« Previous | Next » 

Revision c917374b

IDc917374b6a55c738a2bc874369e215892f059e6c
Parent bdaa0811
Child 87097cf9, 2bbcce54

Added by Panagiotis Astithas almost 15 years ago

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.

The client redirect does not work for development though, since the login URL is specified in a web client property that would require recompilation again. So instead of:

http://127.0.0.1:8080/pithos/

we will now use the more elaborate form:

http://127.0.0.1:8080/pithos/login?next=http://127.0.0.1:8080/pithos/

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences