mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-22 14:36:37 +00:00
initial bdb implementation; facade by topmost assigned domain, since cookies can apply to subdomains
This commit is contained in:
@@ -679,7 +679,7 @@ http://example.example/example
|
||||
|
||||
<!-- BDBCOOKIESTORE: disk-based cookie storage for FetchHTTP -->
|
||||
<bean id="cookieStore"
|
||||
class="org.archive.modules.fetcher.BdbCookieStore">
|
||||
class="org.archive.modules.fetcher.BdbDomainCookieSetStore">
|
||||
<!-- <property name="cookiesLoadFile"><null/></property> -->
|
||||
<!-- <property name="cookiesSaveFile"><null/></property> -->
|
||||
<!-- <property name="bdbModule">
|
||||
|
||||
Reference in New Issue
Block a user