Restore JIRA account rights

2018-02-15 Thread Alexander Rotnov
Its seems that after long inactivity access to JIRA was been removed (like in this theme https://groups.google.com/d/topic/ops4j/h533qIuxV9w/discussion). Could somebody restore it, please? My JIRA account is binded to Google account Thanks! -- -- -- OPS4J - http://www.ops4j.

[Pax Web] Java EE Security API in OSGI

2018-03-11 Thread Alexander Rotnov
Half of year was passed after JEE 8 has been released with web security enhancements, but where is only one implementation of it - Soteria, with is only works under JEE containers with CDI, JASPIC, JACC support enabled. Security API is heavily use CDI, and according to specification must use JAS

Re: Pax Whiteboard, ShiroFilter and error message: "No WebEnvironment found: no EnvironmentLoaderListener registered?"

2018-03-19 Thread Alexander Rotnov
I also faces this problem, while adopt Shiro to Karaf and Pax Web. My solution - do not try to initialize filter from WebEnvironment, as in ShiroFilter. Try to extend AbstractShiroFilter and inject to it WebSecurityManager and FilterChainResolver. -- -- -- OPS4J - http://www.

Re: Pax Whiteboard, ShiroFilter and error message: "No WebEnvironment found: no EnvironmentLoaderListener registered?"

2018-03-20 Thread Alexander Rotnov
On Tuesday, March 20, 2018 at 1:17:29 AM UTC+3, Steinar Bang wrote: > > > 3. The filter fails when the application is loaded into karaf 4.1.5 > > What kind of fails? In Karaf (in Felix) DS component became active and @Activate method invoked, when all dependecies are resolved. I think pax exam