|
On the Application homepage don't want to call picketlink like "http://localhost:8080/Hello/index.jsp", but for some protected folders like URL is
1) "http://localhost:8080/Hello/protected"
2) "http://localhost:8080/Hello/Admin"
3) "http://localhost:8080/Hello/WEB" wants to call picketlink.
For single URL ""http://localhost:8080/Hello/protected"" i am able to call picketlink using security-constraints but for multiple folders i am not getting proper solution, so how to achieve same.
|