Skip to content

Commit f15ef9c

Browse files
committed
Update to Heritrix 3.7 for #345
1 parent f80a071 commit f15ef9c

File tree

191 files changed

+6
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+6
-241
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ exclude_paths:
77
- "build/*"
88
- "support/*"
99
- "WAIL.spec"
10-
- "bundledApps/heritrix-3.4.0-20240909/*"
10+
- "bundledApps/heritrix-3.7.0/*"
1111
- "bundledApps/html/*"
1212
- "bundledApps/tomcat/*"

README.md

Lines changed: 1 addition & 1 deletion

bundledApps/WAILConfig.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
if "darwin" in sys.platform: # macOS-specific code
233233
# This should be dynamic but doesn't work with WAIL binary
234234
wail_path = '/Applications/WAIL.app'
235-
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.4.0-20240909/'
235+
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
236236
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
237237
heritrix_job_path = f'{heritrix_path}jobs/'
238238
font_size = 10
@@ -275,7 +275,7 @@
275275
elif sys.platform.startswith("linux"):
276276
# Should be more dynamics but suitable for Docker-Linux testing
277277
wail_path = '/wail'
278-
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.2.0/'
278+
heritrix_path = f'{wail_path}/bundledApps/heritrix-3.7.0/'
279279
heritrix_bin_path = f'sh {heritrix_path}bin/heritrix'
280280
heritrix_job_path = f'{heritrix_path}jobs/'
281281
font_size = 10
@@ -317,7 +317,7 @@
317317
jre_home = jdk_path
318318
java_home = jdk_path
319319

320-
heritrix_path = wail_path + "\\bundledApps\\heritrix-3.2.0\\"
320+
heritrix_path = wail_path + "\\bundledApps\\heritrix-3.7.0\\"
321321
heritrix_bin_path = f'{heritrix_path}bin\\heritrix.cmd'
322322
heritrix_job_path = f'{heritrix_path}\\jobs\\'
323323
tomcat_path = f'{wail_path}\\bundledApps\\tomcat'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bundledApps/heritrix-3.4.0-20240909/lib/poi.LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

bundledApps/heritrix-3.4.0-20240909/lib/poi.NOTICE

Lines changed: 0 additions & 35 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bundledApps/heritrix-3.4.0-20240909/conf/logging.properties renamed to bundledApps/heritrix-3.7.0/conf/logging.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.level = WARNING
55
# ...and even less from the too-chatty-with-WARNINGs HttpClient library...
66
org.apache.commons.httpclient.level = SEVERE
7+
org.apache.http.client.protocol.ResponseProcessCookies.level = SEVERE
78
org.restlet.Component.LogFilter.level = SEVERE
89
org.eclipse.jetty.log.level = SEVERE
910
org.apache.pdfbox = SEVERE
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
70.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
540 KB
Binary file not shown.
76.5 KB
Binary file not shown.
19.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
71.5 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)