[jboss-dev-forums] [Design of Security on JBoss] - Re: Security Injection in AS5
scott.stark@jboss.org
do-not-reply at jboss.com
Sun Apr 6 02:44:37 EDT 2008
This is fixed but needs a new jboss-common-core 2.2.5.GA release. Note that the correct system property to use is the jboss.server.home.dir. No .url properties can be used as this ends up nesting a file: protocol inside of the vfsfile:
| <bean name="StandardLoginConfig" class="org.jboss.security.auth.login.DynamicLoginConfig">
| <property name="policyConfig">
| <jbsx:policy
| xsi:schemaLocation="urn:jboss:security-config:5.0 vfsfile:${jboss.server.home.dir}/lib/jboss-metadata.jar/schema/security-config_5_0.xsd"
| xmlns:jbsx="urn:jboss:security-config:5.0"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141874#4141874
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141874
More information about the jboss-dev-forums
mailing list