[jboss-user] [Security & JAAS/JBoss] - Re: JBoss 4.2.3: non-compliant behavior of JACC implementati

2009-02-12 Thread kcg
Hello, finally I've found out why the JACC is not invoked for the simple servlet demo application! First problem is that I need to mark the resource in web.xml as protected (or use delegation to JACC for unprotected resources feature) and the second is as I think a possible bug in JaccAuthoriza

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss 4.2.3: non-compliant behavior of JACC implementati

2009-02-06 Thread kcg
Nobody? No idea what to do with it? Thanks for any hint! Karel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207857#4207857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207857

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss 4.2.3: non-compliant behavior of JACC implementati

2009-02-03 Thread kcg
"anil.saldh...@jboss.com" wrote : http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/security/src/main/org/jboss/security/jacc/DelegatingPolicy.java | | That is the JACC policy we use. | | | | public PermissionCollection getPermissions(ProtectionDomain domain) | |{

[jboss-user] [Security & JAAS/JBoss] - JBoss 4.2.3: non-compliant behavior of JACC implementation?

2009-02-03 Thread kcg
Hello, I'm porting our custom JACC provider to JBoss. For access control I've found that JBoss is using not recommended practice of calling `getPermission' on policy provider. JACC 1.0 final release specification claims that after this call container must call `implies' method on the returned Pe