Re: Tr : Basic Authentication for SPARQL Update

2013-06-28 Thread Arthur Vaïsse-Lesteven
. De : Rob Vesse rve...@yarcdata.com À : Arthur Vaïsse-Lesteven arthurvai...@yahoo.fr Envoyé le : Jeudi 27 juin 2013 18h18 Objet : Re: Tr : Basic Authentication for SPARQL Update You appear to have missed the point of my previous email, your proxy is not doing Proxy Authentication properly

Re: Tr : Basic Authentication for SPARQL Update

2013-06-27 Thread Arthur Vaïsse-Lesteven
...@yarcdata.com À : Arthur Vaïsse-Lesteven arthurvai...@yahoo.fr Envoyé le : Mercredi 26 juin 2013 18h33 Objet : Re: Tr : Basic Authentication for SPARQL Update It sounds like your proxy is not doing HTTP Challenge Response properly, if it is a proxy it should be expecting Proxy-Authenticate

Re: Tr : Basic Authentication for SPARQL Update

2013-06-26 Thread Martynas Jusevičius
@jena.apache.orgmailto:users@jena.apache.org users@jena.apache.orgmailto:users@jena.apache.org Subject: Re: Tr : Basic Authentication for SPARQL Update Hi Rob, It's a little confusing. You modified the HttpOp class in the release number 34 on the maven repo [1], but this modification isn't present

Re: Tr : Basic Authentication for SPARQL Update

2013-06-25 Thread Arthur Vaïsse-Lesteven
@jena.apache.orgmailto:users@jena.apache.org users@jena.apache.orgmailto:users@jena.apache.org Subject: Re: Tr : Basic Authentication for SPARQL Update Hi Rob, It's a little confusing. You modified the HttpOp class in the release number 34 on the maven repo [1], but this modification isn't present

Re: Tr : Basic Authentication for SPARQL Update

2013-06-24 Thread Rob Vesse
@jena.apache.orgmailto:users@jena.apache.org users@jena.apache.orgmailto:users@jena.apache.org Subject: Re: Tr : Basic Authentication for SPARQL Update Hi Rob, It's a little confusing. You modified the HttpOp class in the release number 34 on the maven repo [1], but this modification isn't present in the last

Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Arthur Vaïsse-Lesteven
Hi Rob, I'm in trouble with the basic authentication process ( I'm now using ARQ 2.10.1 ) In one hand the Queries work like this : when we calls one of the 4 method execX of a queryExecution, the QueryEngineHTTP calls makeHttpQuery, and after few steps this code line is executed :    

Re: Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Rob Vesse
Nice catch Yes I appear to have made an error, I never associated the created credentials provider with the HTTP Client Filed as JENA-475 (https://issues.apache.org/jira/browse/JENA-475) I will commit a fix ASAP and you should be able to pick up a 2.10.2-SNAPSHOT build in a few hours with the

Re: Tr : Basic Authentication for SPARQL Update

2013-06-21 Thread Rob Vesse
The latest SNAPSHOTS now have the fix, you may need to add -U to your mvn calls if you have recently updated SNAPSHOTs to get the very latest Please test and confirm whether this resolves the issue Rob On 6/21/13 9:13 AM, Rob Vesse rve...@cray.com wrote: Nice catch Yes I appear to have made