Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB3DA925A for ; Sat, 31 Mar 2012 11:15:58 +0000 (UTC) Received: (qmail 27722 invoked by uid 500); 31 Mar 2012 11:15:58 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 27636 invoked by uid 500); 31 Mar 2012 11:15:58 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 27628 invoked by uid 99); 31 Mar 2012 11:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2012 11:15:58 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a43.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2012 11:15:50 +0000 Received: from homiemail-a43.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTP id 0D0D68C058; Sat, 31 Mar 2012 04:15:30 -0700 (PDT) Received: from [192.168.0.3] (unknown [151.67.108.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: andrea@pescetti.it) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTPSA id 5B2228C057; Sat, 31 Mar 2012 04:15:29 -0700 (PDT) Message-ID: <4F76E74F.2020806@apache.org> Date: Sat, 31 Mar 2012 13:15:27 +0200 From: Andrea Pescetti User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [DISCUSS][PROPOSAL] redirection of update services to www.openoffice.org References: <4F6C373F.20705@googlemail.com> <4F733D10.40907@gmail.com> <1332953016.44244.YahooMailNeo@web160902.mail.bf1.yahoo.com> <4F7402A5.8070506@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 29/03/2012 Kay Schenk wrote: > Day before yesterday, we tried to do a test (DNS re-routing) with the > older "update.services.openoffice.org" (I don't even know which version > this was the update service for), I am wondering if those *older* clients > were doing something different from what say the newer 3.x versions are. Indeed, http://wiki.services.openoffice.org/wiki/Update_Notification_Protocol which Ariel and others found out to be the current version, says that this version "no longer uses http post requests", which would confirm your doubt: probably there are thousands of very old clients using the old protocol, but newer versions behave in a more sustainable way. Regards, Andrea.