[OS-webwork] transparent login page

2004-01-01 Thread Donnerstag, Juergen
I'd like to implement a login page behaviour which is similar to Yahoo's login page. No matter where you come from, Yahoo checks whether you are logged in or not. If login is required and you are not logged in you get redirected to the login page. Upon successfull login you get forwarded to

Re: [OS-webwork] transparent login page

2004-01-01 Thread Matthew E. Porter
You might want to look at Seraph from Atlassian - http://opensource.atlassian.com. It has this capability, but uses filters instead of interceptors. Cheers, matthew Reply Header Subject:[OS-webwork] transparent login page Author: Donnerstag, Juergen

Re: [OS-webwork] transparent login page

2004-01-01 Thread Hani Suleiman
Err, form based login does exactly this, and doesn't tie you to webwork. On Jan 1, 2004, at 7:29 AM, Donnerstag, Juergen wrote: I'd like to implement a login page behaviour which is similar to Yahoo's login page. No matter where you come from, Yahoo checks whether you are logged in or not. If

[OS-webwork] xwork.xml include

2004-01-01 Thread Donnerstag, Juergen
I am not sure, but I think there is a small bug in xwork (class com.opensymphony.xwork.config.providers.XmlConfigurationProvider). Currently packages are read first and then includes. I'm using a xwork.xml and webwork-default.xml from one of the examples apps (adminapp-0.9 with Hibernate) and