From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 b6b47AF: Properly encode/decode base64Binary data in SOAP Date: Mon, 14 Mar 2016 05:30:47 +0200 Message-ID: <83egbdenx4.fsf@gnu.org> References: <20160106200404.17375.71733@vcs.savannah.gnu.org> <87oaalxvi7.fsf@linux-m68k.org> <87k2l9xg19.fsf@linux-m68k.org> <87d1r1x84z.fsf@linux-m68k.org> <83lh5mfjsn.fsf@gnu.org> <83oaaidydx.fsf@gnu.org> <83io0qdtb0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457926299 11573 80.91.229.3 (14 Mar 2016 03:31:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2016 03:31:39 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Thomas Fitzsimmons , Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 14 04:31:34 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1afJED-00053M-Qc for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2016 04:31:33 +0100 Original-Received: from localhost ([::1]:38808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afJEC-0005Ch-Uq for ged-emacs-devel@m.gmane.org; Sun, 13 Mar 2016 23:31:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afJDz-0005Ca-QH for emacs-devel@gnu.org; Sun, 13 Mar 2016 23:31:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afJDw-0007Fu-Ko for emacs-devel@gnu.org; Sun, 13 Mar 2016 23:31:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afJDw-0007Fq-Hi; Sun, 13 Mar 2016 23:31:16 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1397 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1afJDv-0004sH-PF; Sun, 13 Mar 2016 23:31:16 -0400 In-reply-to: (message from Thomas Fitzsimmons on Sun, 13 Mar 2016 17:17:04 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:201670 Archived-At: > From: Thomas Fitzsimmons > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Sun, 13 Mar 2016 17:17:04 -0400 > > I agree with you and Andreas in general. However an xsd:base64Binary > value is a special case because it does not always represent text. > Therefore, I disagree with Andreas's patch; I've been trying to provide > good justification for not assuming that xsd:base64Binary values > represent text, because they don't always represent text, and there's no > way for soap-client to know when they do. Andreas, is it possible to move the decoding of originator from soap-client to debbugs? Or were there other problems you found, in addition to decoding the originator?