RE: [saml-dev] DEFLATE Implementation in JAVA

From
Lars Beekmann <>
Date
2006-04-13T08:35:12+00:00
ID
Thread
RE: [saml-dev] DEFLATE Implementation in JAVA
I found this thread, too. But I tried using nowrap=true - what did not
work anyway. Is the combined usage of Java Steams
(ByterArrayOutputStream, InflaterOutputStream and ObjectOutputStream)
correct, in general? How did you inflate and deflate SAML messages in
OpenSAML 2.0?

--Lars

-----Original Message-----
From: Scott Cantor [mailto:] 
Sent: Mittwoch, 12. April 2006 16:55
To: Lars Beekmann; 
Subject: RE: [saml-dev] DEFLATE Implementation in JAVA

As I recall, the Java library is poorly documented and you need the
nowrap
flag on the constructor of the deflate stream.

See this thread:
http://lists.oasis-open.org/archives/security-services/200502/msg00008.h
tml

-- Scott