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.

[SCB-17] Support Cookies
Created: Tue, 29 Jun 2004 12:10:17 -0700 (PDT)  Updated: Tue, 9 Aug 2005 21:29:11 -0700 (PDT)

Status:Closed
Project:Scraping
Component/s:scraping-engine
Affects Version/s:scraping-engine-0.3
Fix Version/s:scraping-engine-0.4

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
When getting a second page, it should remember cookies returned.

No persistent cookies though, that's over the top currently.
Comment by bayard [ Tue, 29 Jun 2004 13:10:19 -0700 (PDT) ]
Added. I've not tested, but a tester tells me it works fine for him.
Comment by bayard [ Tue, 9 Aug 2005 21:29:11 -0700 (PDT) ]
Modified the implementation of this to cache a HttpClient object instead of messing around with the Cookies themselves. Seems simpler to just reuse the same HttpClient object again and again.