Share

Heritrix: Internet Archive Web Crawler

Tracker: Bugs

7 CookieSpec interface modification breaks IgnoreCookiesSpec - ID: 1218037
Last Update: Comment added ( karl-ia )

By introducing a new method "public Cookie[]
match(String domain, int port, String path, boolean
secure, SortedMap cookiesMap)" to the Heritrix-internal
version of
org.apache.commons.httpclient.cookie.CookieSpec
interface, IgnoreCookiesSpec now violates the
CookieSpec contract (because the class still resides in
the original httpclient jar, whose CookieSpec interface
does not have that method...)

Solution: Add a modified IgnoreCookiesSpec class into
Heritrix source folder (see patch).

Cheers,
Christian


Christian Kohlschütter ( ck-heritrix ) - 2005-06-10 08:47

7

Closed

Fixed

Gordon Mohr

None

1.6.0

Public


Comments ( 2 )

Date: 2007-03-14 00:54
Sender: karl-ia


This issue is now discussed in the new JIRA tracker at
http://webteam.archive.org/jira/browse/HER-431 -- please add further
comments at that location.


Date: 2005-09-28 02:29
Sender: gojomoProject Admin

Logged In: YES
user_id=144912

Patch committed. Comment:

Fix for [ 1218037 ] CookieSpec interface modification breaks
IgnoreCookiesSpec
* IgnoreCookiesSpec.java
initial commit; match expanded CookieSpec interface

Closing as fixed.


Attached File ( 1 )

Filename Description Download
IgnoreCookiesSpec.patch Add Cookie[] match(String,int,String,boolean,SortedMap) method to IgnoreCookiesSpec Download

Changes ( 7 )

Field Old Value Date By
status_id Open 2005-09-28 02:29 gojomo
resolution_id None 2005-09-28 02:29 gojomo
close_date - 2005-09-28 02:29 gojomo
artifact_group_id None 2005-09-23 18:29 gojomo
assigned_to nobody 2005-09-20 01:17 gojomo
priority 5 2005-09-20 01:17 gojomo
File Added 137875: IgnoreCookiesSpec.patch 2005-06-10 08:47 ck-heritrix