2010-04-07 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 7 Apr 2010 09:16:26 +0000 (09:16 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 7 Apr 2010 09:16:26 +0000 (09:16 -0000)
* WSSecurityMessageHeader.cs : add FIXME comment.

svn path=/trunk/mcs/; revision=154917

mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels/WSSecurityMessageHeader.cs

index 4eb313f0161190ee467a5f052f9248c67491f04b..55c2c2dfd923152258a2d7dff4f7057c1b46bdc6 100755 (executable)
@@ -1,3 +1,7 @@
+2010-04-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WSSecurityMessageHeader.cs : add FIXME comment.
+
 2010-04-06  Atsushi Enomoto  <atsushi@ximian.com>
 
        * HttpRequestChannel.cs : add commented note.
index fc02db81f6b8b2f3e2a241fd6d55e8a86222ddb3..b99bf1337022e1798396b4068dc476571dfc2747 100644 (file)
@@ -408,6 +408,8 @@ doc.PreserveWhitespace = true;
 
                protected override void OnWriteHeaderContents (XmlDictionaryWriter writer, MessageVersion version)
                {
+                       // FIXME: it should use XmlDictionaryWriter that CanCanonicalize the output (which is not possible in any built-in writer types, so we'll have to hack it).
+
                        foreach (object obj in Contents) {
                                if (obj is WsuTimestamp) {
                                        WsuTimestamp ts = (WsuTimestamp) obj;