Re: Cleaning up HttpOp

2013-06-30 Thread Andy Seaborne
Done. (need to add more tests into Fuseki but I timed out at that point yesterday) I've tried to rationalise the number of function calls in HttpOp. The triple of HttpClient/HttpContext/HttpAuthenticator all occur together or not at all. I'm not sure that's the best way - do add back anythi

Re: Cleaning up HttpOp

2013-06-28 Thread Rob Vesse
No, please go ahead. DatasetAccessors was next on my hit list for adding auth support but if you want to go ahead and refactor a bit to make this easier to do please feel free Rob On 6/28/13 11:10 AM, "Andy Seaborne" wrote: >Rob, > >I was looking at cleaning up DatasetAccessors for HTTP to us

Cleaning up HttpOp

2013-06-28 Thread Andy Seaborne
Rob, I was looking at cleaning up DatasetAccessors for HTTP to use HttpOp. In looking at HttpOp, the handling of results via a Map is getting in the way of leaving the dispatch on content type to the RIOT registries. Instead, I'd like to have one HttpResponseHandler, and if theer is a need t