[ 
https://issues.apache.org/jira/browse/JENA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693553#comment-13693553
 ] 

Hudson commented on JENA-475:
-----------------------------

Integrated in Jena__Development_Test #721 (See 
[https://builds.apache.org/job/Jena__Development_Test/721/])
    Add support for a --basic-auth argument in Fuseki that can be used to have 
basic auth configured using a Jetty realm file in lieu of a full blown Jetty 
config.  It configures a single role fuseki to which users must belong in order 
to access any services on the server.  If --jetty-config is used the 
--basic-auth argument is ignored.

With this functionality in place added unit tests that verify JENA-475 
(Revision 1496676)

     Result = SUCCESS
rvesse : 
Files : 
* /jena/trunk/jena-fuseki/pom.xml
* /jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiCmd.java
* 
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/server/SPARQLServer.java
* 
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/server/ServerConfig.java
* /jena/trunk/jena-fuseki/src/test/java/org/apache/jena/fuseki/ServerTest.java
* /jena/trunk/jena-fuseki/src/test/java/org/apache/jena/fuseki/TS_Fuseki.java
* /jena/trunk/jena-fuseki/src/test/java/org/apache/jena/fuseki/TestAuth.java

                
> HTTP Authentication for SPARQL Updates does not actually apply authentication
> -----------------------------------------------------------------------------
>
>                 Key: JENA-475
>                 URL: https://issues.apache.org/jira/browse/JENA-475
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ
>    Affects Versions: Jena 2.10.1
>            Reporter: Rob Vesse
>            Assignee: Rob Vesse
>             Fix For: Jena 2.10.2
>
>
> A user spotted an error in the logic for applying authentication credentials 
> to SPARQL Updates.  It turns out while we create a CredentialsProvider we 
> fail to associate that with the HTTP Client and so fail to actually peform 
> authentication

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to