[NRB-8] User-Agent name comparison should be case insensitive | |
| Status: | Closed |
| Project: | Norbert |
| Component/s: | |
| Affects Version/s: | 0.3.1 |
| Fix Version/s: | 0.3.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |