Re: Apache Shiro in Karaf

2016-11-21 Thread Bengt Rodehav
;. >>> At this point it might be better to use WAB's as those have another >>> HttpContext. >>> >>> regards, Achim >>> >>> >>> 2016-11-11 19:25 GMT+01:00 Pratt, Jason <jason.pr...@windriver.com>: >>> >>>

Re: Apache Shiro in Karaf

2016-11-21 Thread Achim Nierbeck
19:25 GMT+01:00 Pratt, Jason <jason.pr...@windriver.com>: >> >>> I ran into the same issue and eventually gave up using Shiro >>> >>> >>> >>> *From:* bengt.rode...@gmail.com [mailto:bengt.rode...@gmail.com] *On >>> Behalf Of *

Re: Apache Shiro in Karaf

2016-11-21 Thread Bengt Rodehav
ilto:bengt.rode...@gmail.com] *On >> Behalf Of *Bengt Rodehav >> *Sent:* Sunday, November 06, 2016 11:57 PM >> *To:* user@karaf.apache.org >> *Subject:* Re: Apache Shiro in Karaf >> >> >> >> It seems like the webconsole is what causes me problems. If

Re: Apache Shiro in Karaf

2016-11-12 Thread Achim Nierbeck
indriver.com>: > I ran into the same issue and eventually gave up using Shiro > > > > *From:* bengt.rode...@gmail.com [mailto:bengt.rode...@gmail.com] *On > Behalf Of *Bengt Rodehav > *Sent:* Sunday, November 06, 2016 11:57 PM > *To:* user@karaf.apache.org > *Subject:* Re: Apach

RE: Apache Shiro in Karaf

2016-11-11 Thread Pratt, Jason
I ran into the same issue and eventually gave up using Shiro From: bengt.rode...@gmail.com [mailto:bengt.rode...@gmail.com] On Behalf Of Bengt Rodehav Sent: Sunday, November 06, 2016 11:57 PM To: user@karaf.apache.org Subject: Re: Apache Shiro in Karaf It seems like the webconsole is what

Re: Apache Shiro in Karaf

2016-11-06 Thread Bengt Rodehav
It seems like the webconsole is what causes me problems. If I install the "webconsole" feature, then I'm prompted for basic authentiction when I use the anonymous filter in Shiro. If I do not install the "webconsole" feature, then this doesn't happen. It seems like the webconsole installs some

Re: Apache Shiro in Karaf

2016-11-06 Thread Bengt Rodehav
Thanks for your reply Steinar, I think the difference is that you don't use the anonymous filter (keyword "anon" in shiro.ini). I need to use that on a couple of pages that need to be accessible by anyone without having to login. What happens if you try using "anon"? Will Karaf require basic

Re: Apache Shiro in Karaf

2016-11-04 Thread Bengt Rodehav
<be...@rodehav.com>: > Hi, > > I'm using Apache Shiro in Karaf 4.0.7. Not sure if the problem I have is a > Karaf related problem or just a Pax-Web related problem so I post in both > foras. > > Here is an extract of my Shiro ini file: > > [urls] > /api/getCurrentUs

Apache Shiro in Karaf

2016-11-04 Thread Bengt Rodehav
Hi, I'm using Apache Shiro in Karaf 4.0.7. Not sure if the problem I have is a Karaf related problem or just a Pax-Web related problem so I post in both foras. Here is an extract of my Shiro ini file: [urls] /api/getCurrentUser = anon /login = authc /logout = logout /admin/** = authc