geuerp      2002/08/30 23:17:39

  Modified:    src/org/apache/xml/security/resource
                        xmlsecurity_de.properties xmlsecurity_en.properties
  Log:
  Added error msg for people who do not prepare the tree properly
  
  Revision  Changes    Path
  1.15      +1 -0      
xml-security/src/org/apache/xml/security/resource/xmlsecurity_de.properties
  
  Index: xmlsecurity_de.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/resource/xmlsecurity_de.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- xmlsecurity_de.properties 21 Aug 2002 11:46:50 -0000      1.14
  +++ xmlsecurity_de.properties 31 Aug 2002 06:17:38 -0000      1.15
  @@ -20,6 +20,7 @@
   c14n.Canonicalizer.TraversalNotSupported = Das DOM Dokument unterst�tzt 
keine Traversal {0}
   c14n.Canonicalizer.UnsupportedEncoding = Unbekannte Kodierung {0}
   c14n.Canonicalizer.UnsupportedOperation = This canonicalizer does not 
support this operation
  +c14n.XMLUtils.circumventBug2650forgotten = The tree has not been prepared 
for canonicalization using XMLUtils#circumventBug2650(Document)
   certificate.noSki.lowVersion = Certificate cannot contain a 
SubjectKeyIdentifier because it is only X509v{0}
   certificate.noSki.notOctetString = Certificates SubjectKeyIdentifier is not 
a OctetString
   certificate.noSki.null = Certificate does not contain a SubjectKeyIdentifier
  
  
  
  1.16      +1 -0      
xml-security/src/org/apache/xml/security/resource/xmlsecurity_en.properties
  
  Index: xmlsecurity_en.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/resource/xmlsecurity_en.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- xmlsecurity_en.properties 21 Aug 2002 11:46:50 -0000      1.15
  +++ xmlsecurity_en.properties 31 Aug 2002 06:17:38 -0000      1.16
  @@ -20,6 +20,7 @@
   c14n.Canonicalizer.TraversalNotSupported = This DOM document does not 
support Traversal {0}
   c14n.Canonicalizer.UnsupportedEncoding = Unsupported encoding {0}
   c14n.Canonicalizer.UnsupportedOperation = This canonicalizer does not 
support this operation
  +c14n.XMLUtils.circumventBug2650forgotten = The tree has not been prepared 
for canonicalization using XMLUtils#circumventBug2650(Document)
   certificate.noSki.lowVersion = Certificate cannot contain a 
SubjectKeyIdentifier because it is only X509v{0}
   certificate.noSki.notOctetString = Certificates SubjectKeyIdentifier is not 
a OctetString
   certificate.noSki.null = Certificate does not contain a SubjectKeyIdentifier
  
  
  

Reply via email to