Comments
This commit is contained in:
parent
be4204f2c2
commit
f3a56d0f4c
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ import org.apache.commons.logging.LogFactory;
|
||||||
/**
|
/**
|
||||||
* Where are we in the process of logging on? What message should we show to the
|
* Where are we in the process of logging on? What message should we show to the
|
||||||
* user?
|
* user?
|
||||||
|
*
|
||||||
|
* TODO: the contents loginPageUrl is not explicitly defined, but it is assumed
|
||||||
|
* to be either null, absolute, or relative to the host. It would be better if
|
||||||
|
* it were explicitly defined, and either null, absolute or relative to the
|
||||||
|
* context path. Then, the context path could be applied when the URL is used.
|
||||||
|
* Later for that.
|
||||||
|
*
|
||||||
|
* TODO: similar for afterLoginUrl, I presume.
|
||||||
*/
|
*/
|
||||||
public class LoginProcessBean {
|
public class LoginProcessBean {
|
||||||
private static final Log log = LogFactory.getLog(LoginProcessBean.class);
|
private static final Log log = LogFactory.getLog(LoginProcessBean.class);
|
||||||
|
|
Loading…
Add table
Reference in a new issue