[spr28609] Allegroserve doesn't seems to provide USER AGENT information

The Bug Handler <[email protected]> Thu, 19 Feb 2004 12:50:01 -0800
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
dispatched to jkf
No acknowledgement sent

@@id: spr28609
@@reference: 
@@summary: Allegroserve doesn't seems to provide USER AGENT information
@@product: acl
@@version: 
@@component: allegrostore
@@customer-name: JP Massar
@@customer-company: 
@@customer-phone: 
@@customer-email-address: [email protected]
@@email-cc: [email protected], opensource
@@hardware: 
@@operating-system-and-version: 
@@implementation-time: 
@@state: logged 2/19/2004 by jkf
@@state: dispatched 2/19/2004 to jkf by jkf
@@endstate
-------------------------------------------------------------------------------
@@resolution: 

-------------------------------------------------------------------------------
@@discussion:

Return-Path: owner-opensource
Delivery-Date: Thu Feb 19 11:50:33 2004
Received: from turtle.franz.com (192.132.95.23) by tiger.franz.com
    (Allegro Maild v1.1.9) id 000000037701; Thu, 19 Feb 2004 11:50:33 -0800
Received: (from majordomo@localhost)
	by turtlemail.franz.com (8.11.6/8.9.0) id i1JJmwQ25789
	for opensource-list; Thu, 19 Feb 2004 11:48:58 -0800
X-Authentication-Warning: turtle.franz.com: majordomo set sender to [email protected] using -f
Received: from spider.franz.com (spider [10.2.0.4])
	by turtlemail.franz.com (8.11.6/8.9.0) with SMTP id i1JJmsE25786
	for <opensource-local@turtle>; Thu, 19 Feb 2004 11:48:54 -0800
Received: from rwcrmhc13.comcast.net (204.127.198.39) by spider.franz.com
    (Allegro Maild v1.1.12) id 000000470196; Thu, 19 Feb 2004 11:48:53 -0800
Received: from jpm.alum.mit.edu (c-24-7-67-35.client.comcast.net[24.7.67.35])
          by comcast.net (rwcrmhc13) with SMTP
          id <20040219191702015007mu0ne>
          (Authid: jamespmassar);
          Thu, 19 Feb 2004 19:17:03 +0000
Message-Id: <[email protected]>
X-Sender: [email protected]
X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0
Date: Thu, 19 Feb 2004 11:16:58 -0800
To: opensource, bugs
From: JP Massar <[email protected]>
Subject: Allegroserve doesn't seems to provide USER AGENT information
Cc: peter Seibel <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-Fi-Border: spider
Sender: owner-opensource
Precedence: bulk
X-Bayes: ham score=0


There is a slot in the REQ data structure (NET.ASERVE:HTTP-REQUEST)

called REQUEST-HEADER-USER-AGENT

but whenever I examine that slot it is NIL.

As I understand it a USER AGENT would be an id for the browser that
sent the http request (e.g., Mozilla, IE)

Unfortunately, this seems like a useful piece of information when composing
certain web pages.

So why is it NIL, and is there some other way to get at this information?

Thanks.