Re: Is the XMLSignature class blocking a file?

2005-07-01 Thread Rune Friis-Jensen
Rune yahoo.com> writes: > > Hi, > I had the exact same problem I looked into it and discovered that > it was due to that the FileInputStream in the ResourceResolverSpi > (ResolverLocalFilesystem) I used was never closed. > I was not able just to close the stream since it is used later on, > s

DO NOT REPLY [Bug 35580] New: - XMLSignatureInput blocks file which is signed

2005-07-01 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

DO NOT REPLY [Bug 35580] - XMLSignatureInput blocks file which is signed

2005-07-01 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: Enveloped suggestions

2005-07-01 Thread Jesse Pelton
Canonicalization leaves whitespace in document content alone (though any whitespace in element tags - that is, between the '<' and '>' that start and end a tag - is normalized). See http://www.w3.org/TR/2001/REC-xml-c14n-20010315#Example-WhitespaceInCont ent. What behavior are you seeing that see

RE: Enveloped suggestions

2005-07-01 Thread Martin Ravell
H, it may well be a misunderstanding on my part then. I had assumed (yep I know that I should never assume anything) that the following would be handled by the canonicalisation process: Whatever Would be equivalent to Whatever I was guessing that since the xml could go through variou

Re: C++ - 1.2 Release Candidate 1

2005-07-01 Thread Berin Lautenbach
We probably should! I suspect we need to check the exception type and either re-throw it or (if a memory error) wrap it. Cheers, Berin Milan Tomic wrote: Berin, I have noticed that when some exception (e.g. "Error obtaining default PROV_RSA_FULL") occur in ctor of some XSEC class (e.

Re: C++ 1.2 output filenames

2005-07-01 Thread Berin Lautenbach
Scott Cantor wrote: Is 1.2 link/ABI compatible with 1.1? The VC6 project in the new tarball outputs the same import lib and DLL names as 1.1 did, which seemed unlikely to me. Very unlikely. The Unix build does not, it versioned the library out of the way of the old one, so I assumed the sam