costas80 opened a new issue #1233:
URL: https://github.com/apache/jena/issues/1233


   When switching to the [latest 
approach](https://jena.apache.org/documentation/sparql-apis/http-auth.html) to 
authenticate against a remote SPARQL endpoint using digest authentication I 
noticed that authentication no longer worked.
   
   Looking into the **jena-arq** code the problem seems to be with class 
**org.apache.jena.http.auth.AuthLib** and specifically method **handle401()**. 
In here, when method **DigestLib.buildDigest()** is called, the request method 
and request target parameters seem to be passed in inverse order. Doing a 
simple debug on my end and switching these values around seems to resolve the 
issue.
   
   Could you please confirm on your end? If yes, then I would be happy to 
submit a PR that resolves this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to