Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Security Level: Public (Public issues, viewable by everyone)
-
None
Description
This seems to be a problem processing #default PrefixList for streaming signature verification. The BaltimoreTest.testExcSignature testcase is failing with:
javax.xml.stream.XMLStreamException: org.apache.xml.security.stax.ext.XMLSecurityException: An error was discovered processing the <wsse:Security> header; nested exception is:
javax.xml.bind.UnmarshalException
- with linked exception:
org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: '#default' is not a valid value for 'NMTOKEN'.
at org.apache.xml.security.stax.impl.XMLSecurityStreamReader.next(XMLSecurityStreamReader.java:72)
Colm.