Skip to content

Commit

Permalink
ISPN-5450 Remote queries fail when security is enabled and current us…
Browse files Browse the repository at this point in the history
…er is not an ADMIN
  • Loading branch information
anistor committed May 12, 2015
1 parent ed2b6bc commit f9316f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -854,7 +854,7 @@
<container qualifier="remote-query-security" mode="manual">
<configuration>
<property name="javaHome">${server.jvm}</property>
<property name="jbossHome">${server1.dist}</property>
<property name="jbossHome">${server3.dist}</property>
<property name="managementAddress">${node2.ip}</property>
<property name="serverConfig">testsuite/clustered-indexing-secured.xml</property>
<property name="javaVmArguments">${server.jvm.args} -Djboss.node.name=node2 -Djboss.bind.address.management=${node2.ip} -Djboss.bind.address=${node2.ip} -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true -Djboss.socket.binding.port-offset=200</property>
Expand Down

0 comments on commit f9316f9

Please sign in to comment.