You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/02 18:42:00 UTC

[jira] [Commented] (JENA-1709) Default allowed users to logged in users when just a password file is configured.

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

ASF subversion and git services commented on JENA-1709:
-------------------------------------------------------

Commit f10bc4ac1c6cd4304353bbcb757807bb1df99a86 in jena's branch refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=f10bc4a ]

JENA-1709: Require logged-in user when just a password file provided.


> Default allowed users to logged in users when just a password file is configured.
> ---------------------------------------------------------------------------------
>
>                 Key: JENA-1709
>                 URL: https://issues.apache.org/jira/browse/JENA-1709
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>    Affects Versions: Jena 3.11.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.12.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When there is no "allowed" policy of any kind (server, datasets or services) but there is a password file configured, then default the "allowed" policy to "logged in users". This happens when setting up the Fuseki main server programmatically. It should behave like:
> {noformat}
> [] rdf:type fuseki:Server ;
>     fuseki:passwd "ThePasswordFile" ;
>     fuseki:allowedUsers "*" ;
>     . . .
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)