Lauren Ko
Lauren Ko
It is confusing to have a search box at `/` when that is not an access point and will lead to a `/query` url that is a `404` as you...
Hey Patrick! Thanks for bringing up this error. ~~Could it be that [CompositeSearchResultSource.java](https://github.com/iipc/openwayback/blob/c49f8e7200870c3af40561f3ca340c67c98db02f/wayback-core/src/main/java/org/archive/wayback/resourceindex/CompositeSearchResultSource.java) is missing an `import`? If you add to that file:~~ ~~import org.archive.wayback.resourceindex.ZipNumClusterSearchResultSource;~~ ~~Does it fix the issue?~~...
Yeah, I can confirm the import isn't in the repo, and isn't needed. I was not able to trigger the `java.lang.NoClassDefFoundError: org/archive/wayback/resourceindex/ZipNumClusterSearchResultSource` by configuring OpenWayback to use `CompositeSearchResultSource` with cdx...
Hi @aquast , 2.4.0 should still support `IPMatchesBooleanOperator`. After seeing your issue, I downloaded a [2.4.0 release](https://github.com/iipc/openwayback/releases/tag/openwayback-2.4.0) and was able to put what you pasted into the wayback.xml `standardaccesspoint` bean,...
Regarding the ``, the purpose of using `StaticMapExclusionFilterFactory` is to then have a file you create at the file path provided, in this case "/tmp/exclude.txt", that has a URL per...
Hi @Rzeszow Are you looking for the functionality seen at the URL you provided to be made available in OpenWayback? You can get something like that if you deploy the...
I think these are sensible conventions in the current draft. I also think the more specific clause about Javadoc comments would be helpful to include.
Hi @ibnesayeed is this script something you are planning to write? It could be helpful to automatically detect out of date dependencies. Though, at this point, I would imagine most...
Hi Sawood, Is this something you have looked into implementing?
Right, I remember talking about those things. Development on OWB 3.x has stalled. I am not sure whether that is going to pick up again unless someone wants to take...