Build WarcRevisit with refersTo String targetURI
robertvanloenhout opened this issue · 1 comments
robertvanloenhout commented
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