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.

[GJC-2] HtmlScraper needs to be case insensitive
Created: Sat, 6 Sep 2003 19:59:39 -0700 (PDT)  Updated: Sun, 14 Sep 2003 20:54:53 -0700 (PDT)

Status:Closed
Project:Genjava
Component/s:
Affects Version/s:
Fix Version/s:scrape-1.0

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


 Description   
Need to make HtmlScraper case insensitive.

The solution for this ought to be to create two strings, one with a lowercased version and one with an uppercase version?

When looking at tags, always look at lowercase one, when returning a section or looking at values, use the normal one. Writing some unit tests ought to help a lot here.
Comment by bayard [ Sun, 14 Sep 2003 20:54:53 -0700 (PDT) ]
Case insensitivity seems to work now :) Unit tested and all. The basics anyway.