Index: TECH/Http/impl/PosterFileDumper.cls.xml
===================================================================
diff -u -r945 -r3507
--- TECH/Http/impl/PosterFileDumper.cls.xml (.../PosterFileDumper.cls.xml) (revision 945)
+++ TECH/Http/impl/PosterFileDumper.cls.xml (.../PosterFileDumper.cls.xml) (revision 3507)
@@ -8,6 +8,11 @@
1
+
+%String
+1
+
+
BestandLocatie:%String
1
@@ -39,6 +44,8 @@
do File.WriteLine(Param.Key _ " = "_Param.Value)
}
+ do File.WriteLine("SslConfiguration : "_..SslConfiguration)
+
do File.WriteLine("Data :")
do File.WriteStream(Message.Data)
@@ -60,6 +67,12 @@
quit BestandVolledigeNaam
]]>
+
+
+SslConfiguration:%String
+
+