D
davout
I'm deploying a web app under JBoss with the usual '<security-constraint>'
based links to a JAAS login module.
However, my web app includes some web pages that are public (i.e. not
protected and open to public access) and not covered by the security
constraints.
On the main public page I want to include the usual login related controls
( user ID, password and submit button) to allow for quick login.
But how and what do I call to authenticate from this public area?
based links to a JAAS login module.
However, my web app includes some web pages that are public (i.e. not
protected and open to public access) and not covered by the security
constraints.
On the main public page I want to include the usual login related controls
( user ID, password and submit button) to allow for quick login.
But how and what do I call to authenticate from this public area?