This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[NRB-8] User-Agent name comparison should be case insensitive
Created: Wed, 5 Oct 2005 08:42:43 -0700 (PDT)  Updated: Wed, 5 Oct 2005 10:15:21 -0700 (PDT)

Status:Closed
Project:Norbert
Component/s:
Affects Version/s:0.3.1
Fix Version/s:0.3.2

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
From the spec:

The name comparisons are case-insensitive.
  
For example, a fictional company FigTree Search Services who names
   their robot "Fig Tree", send HTTP requests like:
  
GET / HTTP/1.0
     User-agent: FigTree/0.1 Robot libwww-perl/5.04
    
might scan the "/robots.txt" file for records with:
  
User-agent: figtree
Comment by bayard [ Wed, 5 Oct 2005 10:15:21 -0700 (PDT) ]
Added a nice little equalsIgnoreCase and we're there.