Skip to content

Commit

Permalink
2010-04-07 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* WSSecurityMessageHeader.cs : add FIXME comment.


svn path=/trunk/mcs/; revision=154917
  • Loading branch information
atsushieno committed Apr 7, 2010
1 parent 3139ea3 commit 320e91e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -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.
Expand Down
Expand Up @@ -408,6 +408,8 @@ protected override void OnWriteStartHeader (XmlDictionaryWriter writer, MessageV

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;
Expand Down

0 comments on commit 320e91e

Please sign in to comment.