Hi Kalle,
thanks for the pointer. I think now it must be a problem of configuration,
not Icefaces.
My working example program had a public home page and a secure area, but I
want to restrict access to ALL pages in my Icefaces application. To do this
I added /** = authc to the url section as shown below.
When I do this to my working example program it stops working in the same
way as with the Icefaces webapp, even though I have added the /login.jsp =
authc line.
What is the correct way to restrict access to all pages?
[filters]
authc.loginUrl = /login.jsp
roles.unauthorizedUrl = /unauthorized.jsp
[urls]
/login.jsp = authc
/secure/** = authc, roles[user]
/admin/** = authc, roles[admin]
/** = authc
-----
regards,
Philip Kerrigan
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Using-Shiro-with-Icefaces-tp5600653p5602443.html
Sent from the Shiro User mailing list archive at Nabble.com.