To be more precise, I think functionality should be moved to a ModalAuthenticationHandler which can be chained with other authentication handlers to obtain the desired authentication schema.
Actual implementation instead implies every and any authentication MUST be modal, which is not what I need on my project as I wish the same user logs multiple times if needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The security token check to permit multiple logins with
the same credentials is disabled by default.
The problem i notice is that same security token was generated with jdk-1.4.x.
Using jdk 1.5.0 it works very fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=57511
Originator: YES
To be more precise, I think functionality should be moved to a ModalAuthenticationHandler which can be chained with other authentication handlers to obtain the desired authentication schema.
Actual implementation instead implies every and any authentication MUST be modal, which is not what I need on my project as I wish the same user logs multiple times if needed.
Logged In: YES
user_id=1527759
Originator: NO
The security token check to permit multiple logins with
the same credentials is disabled by default.
The problem i notice is that same security token was generated with jdk-1.4.x.
Using jdk 1.5.0 it works very fine.
Logged In: YES
user_id=1567930
Originator: NO
fixed at revision 1216