Fixing compile problem.
This commit is contained in:
parent
8481dd666c
commit
e1fa41c74e
@ -701,7 +701,7 @@ public final class SecureTokenUtil
|
|||||||
{
|
{
|
||||||
// Prevent the xml namespace for xmldsig from being
|
// Prevent the xml namespace for xmldsig from being
|
||||||
// specified multiple times.
|
// specified multiple times.
|
||||||
Constants.setSignatureSpecNSprefix("");
|
org.apache.xml.security.utils.Constants.setSignatureSpecNSprefix("");
|
||||||
|
|
||||||
// Get document from our template
|
// Get document from our template
|
||||||
inStream = new ByteArrayInputStream(m_secureTokenTemplate.getBytes());
|
inStream = new ByteArrayInputStream(m_secureTokenTemplate.getBytes());
|
||||||
|
Loading…
Reference in New Issue
Block a user