Hello All,
Just confirmed this.  The constant value changed.  This is good to know if
someone is using Spring to configure the interceptors:

1.5.x
    /**
     * The key that hold the refernce of the
<code>java.util.Properties</code> 
     * object holding complete info about signature Crypto implementation. 
     * This should contain all information that would contain in an
equivalent 
     * .properties file which includes the Crypto implementation class name.
     * 
     * Refer to documentation of {@link #SIG_PROP_FILE}.
     */
    public final static String SIG_PROP_REF_ID = "SignaturePropRefId";

1.6.x

    /**
     * The key that holds the reference of the
<code>java.util.Properties</code> 
     * object holding complete information about the signature Crypto
implementation. 
     * This should contain all information that would contain in an
equivalent 
     * properties file which includes the Crypto implementation class name.
     * 
     * Refer to documentation of {@link #SIG_PROP_FILE}.
     */
    public final static String SIG_PROP_REF_ID = "signaturePropRefId";

Thanks,
Yogesh

--
View this message in context: 
http://cxf.547215.n5.nabble.com/WS-Security-Properties-Reference-tp5505704p5551010.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to