2 Replies Latest reply on Apr 12, 2017 8:47 AM by matteo.pelucco

    picketlink.xml and variable reference syntax ${}

    garcimouche

      I'm using picketlink v 2.6.0 on wilfly 8.1.0.Final. I was wondering about how to interpret the ${} syntax inside the picketlink.xml DD. I would like to refer to an Environment Variable (not a system variable). It seems the following does not work (like it does in wildfly standalone-*.xml)

       

      <IdentityURL>${env.idp.url::http://localhost:8080/idp/}</IdentityURL>
      

       

      Also I notice the double colon :: character between the variable and the default value. What is this for?