Received: with LISTAR (v1.0.0; list gopher); Wed, 10 Jan 2001 19:45:26 -0600 (CST) Return-Path: Delivered-To: gopher@complete.org Received: from stockholm.ptloma.edu (stockholm.ptloma.edu [199.106.86.50]) by pi.glockenspiel.complete.org (Postfix) with ESMTP id 84B403B812 for ; Wed, 10 Jan 2001 19:45:23 -0600 (CST) Received: (from spectre@localhost) by stockholm.ptloma.edu (8.9.1/8.9.1) id RAA09802 for gopher@complete.org; Wed, 10 Jan 2001 17:43:49 -0800 From: Cameron Kaiser Message-Id: <200101110143.RAA09802@stockholm.ptloma.edu> Subject: [gopher] Re: UMN gopher client weird behavior In-Reply-To: <87elybnxvh.fsf@complete.org> from John Goerzen at "Jan 10, 1 12:02:58 pm" To: gopher@complete.org Date: Wed, 10 Jan 2001 17:43:49 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-archive-position: 83 X-listar-version: Listar v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: spectre@stockholm.ptloma.edu Precedence: bulk Reply-to: gopher@complete.org X-list: gopher > > David and I have discussed that behaviour before and we consider it a bug, > > too. Bucktooth deals with it by simply sending a stock gopher+ response that > > forces UMN-gopher to use regular gopher requests. > > What specific response is it that you send in this instance? > Direct from the code ... if ($gplus eq '$') { # this is for UMN gopher $j = <<"EOF"; +-1 +INFO: 1Main menu (non-gopher+) $MYHOST $MYPORT +ADMIN: Admin: Server Administrator Server: $SERVER +VIEWS: application/gopher+-menu: <512b> +ABSTRACT: This gopher supports standard gopher access only. Use this kludge to disable gopher+ client requests by your client. . EOF $j =~ s/\n/\r\n/sg; print stdout $j; &log("$orq <$gplus> [forced g+ redirect]"); exit; } -- ----------------------------- personal page: http://www.armory.com/~spectre/ -- Cameron Kaiser, Point Loma Nazarene University * ckaiser@stockholm.ptloma.edu -- Neckties strangle clear thinking. -- Lin Yutang ----------------------------