[GUMP@brutus]: xml-security/xml-security failed

2004-05-26 Thread Sam Ruby
ss.xml Atom: http://brutus.apache.org:8080/gump/xml-security/xml-security/atom.xml -- Produced by Gump 2.0.3-alpha-0002. [Run (20040526 09:00:06, brutus:brutus-public:20040526 09:00:06)] http://brutus.apache.org:8080/gump/index.html http://brutus.apache.org:8080/gump/options.html -- Apache Gump http://gump.apache.org/ [Instance: brutus]

[EMAIL PROTECTED]: xml-security/xml-security failed

2004-05-26 Thread Sam Ruby
ss.xml Atom: http://brutus.apache.org:8080/gump/xml-security/xml-security/atom.xml -- Produced by Gump 2.0.3-alpha-0002. [Run (20040526 09:00:06, brutus:brutus-public:20040526 09:00:06)] http://brutus.apache.org:8080/gump/index.html http://brutus.apache.org:8080/gump/options.html -- Apache Gump http://gump.apache.org/ [Instance: brutus]

DO NOT REPLY [Bug 29188] - Minor clean-ups and speed/memory improvment

2004-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: BASE 64

2004-05-26 Thread Scott Cantor
> and what about the sun.misc.BASE64Decoder And what if you're not on that JDK? The problem with using any other decoder, including Xerces', is that not everybody uses those components. Until Sun standardizes a BASE64 API in the JDK, there's no good answer. -- Scott

BASE 64

2004-05-26 Thread Martin Labarthe Dubois
and what about the sun.misc.BASE64Decoder public static byte[] BASE64toByteArray(String pBASE64string) throws Exception { return new BASE64Decoder().decodeBuffer(pBASE64string); } public static String ByteArrayToBASE64(byte[] pByteArray) throws Exception { return new BASE64Enco

Canonicalization with external DTD

2004-05-26 Thread HereIsTheD
Hello, I ran into a problem when canonicalizing a XML document with an external DTD with a relative URI (). I extended the CanonDirect.java in the sample directory of the distribution (Java version 1.1). The exception I get is that a must provide a BaseURI in order to use a relative URI. How can I