Alex Osborne
Alex Osborne
I've been using the [lein-release](https://github.com/relaynetwork/lein-release) plugin for tagging. At the moment lein-release doesn't have an option to use lein-clojars (it shells out to scp on the command-line which is fine...
Yep, it does on unix. It won't work on Windows but if you're on unix you can just use lein-release as is. :-)
~~I suspect that nla/outbackcdx#91 is not needed anymore and was based on old pywb indexing behaviour that has since changed. The cdx-indexer tool at least now seems add the POST-encoding...
Actually, I'm looking at an old replayweb.page WARC where it altered the WARC-Target-URI, so I've likely just confused myself.
Yeah OK, indeed the pywb cdx-indexer and cdxj-indexer only append to the canonicalised URL field and leave the original URL untouched which OutbackCDX's normal behaviour is to discard as it...
I just updated to Pywb 2.6.0 and also implemented form-urlencoded POST request encoding in our indexing pipeline (previously we were only doing it for JSON requests). While testing that I...
> (1) could also be solved in OutbackCDX by integrating the fields method and requestBody fields from the output of cdx-indexer [Update: Q: can OutbackCDX now fully handle CDXJ?] OutbackCDX...
> would it maybe make sense to just store the content of PUT/POST as a hash value? I think the main downside to this option is it means you can't...
builds.archive.org is now accessed using HTTPS (#310)
This change was merged via #572.