iipc/jwarc

Build WarcRevisit with refersTo String targetURI

robertvanloenhout opened this issue · 1 comments

I'd like to be able to create a WarcRevisit with the builder. However the target URI can only be set using an object of class URI.
It would be very convenient if I could pass a String.
Converting between URI and String gives some unnecessary headaches. For example I sometimes get a double URL encoded value from WarcTargetRecord.targetURI.

I'll add a pull request for this.
#66

ato commented

#66 has been released in v0.20.0. Thanks!