[GitHub] [jena-site] Claudenw merged pull request #52: Updated to reflect hard/soft read error differences

2021-05-25 Thread GitBox


Claudenw merged pull request #52:
URL: https://github.com/apache/jena-site/pull/52


   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Resolved] (JENA-2109) Migrate Permissions to V4 and implement a soft read error

2021-05-25 Thread Claude Warren (Jira)


 [ 
https://issues.apache.org/jira/browse/JENA-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren resolved JENA-2109.
-
Resolution: Fixed

> Migrate Permissions to V4 and implement a soft read error
> -
>
> Key: JENA-2109
> URL: https://issues.apache.org/jira/browse/JENA-2109
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Security
>Affects Versions: Jena 4.0.0
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> JENA-2055 uncovered a difficult to process issue.
> When permissions to read an object were not granted the system simply threw 
> an ReadDeniedException however, in some cases the desired result is to return 
> an empty iterator.  For example if a secured graph is part of a union graph 
> and the user does not have full permissions on the secured graph the query 
> will abort when the first graph access is denied.
> The desired effect is to return
>  * An empty iterator in cases where an iterator is returned.
>  * False in cases where an existential flag is being checked.
>  * 0 (zero) when a count is being returned.
>  
> This change also brings the Permissions package into version 4.  Prior to 
> this change it had not been migrated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2109) Migrate Permissions to V4 and implement a soft read error

2021-05-25 Thread ASF subversion and git services (Jira)


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

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

Commit 041ec2662633007500e20023f373a9f39a649955 in jena's branch 
refs/heads/main from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=041ec26 ]

Merge pull request #1006 from Claudenw/permissionsV4_main

JENA-2109: Permissions v4 main

closes JENA-2109

> Migrate Permissions to V4 and implement a soft read error
> -
>
> Key: JENA-2109
> URL: https://issues.apache.org/jira/browse/JENA-2109
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Security
>Affects Versions: Jena 4.0.0
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> JENA-2055 uncovered a difficult to process issue.
> When permissions to read an object were not granted the system simply threw 
> an ReadDeniedException however, in some cases the desired result is to return 
> an empty iterator.  For example if a secured graph is part of a union graph 
> and the user does not have full permissions on the secured graph the query 
> will abort when the first graph access is denied.
> The desired effect is to return
>  * An empty iterator in cases where an iterator is returned.
>  * False in cases where an existential flag is being checked.
>  * 0 (zero) when a count is being returned.
>  
> This change also brings the Permissions package into version 4.  Prior to 
> this change it had not been migrated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (JENA-2109) Migrate Permissions to V4 and implement a soft read error

2021-05-25 Thread ASF subversion and git services (Jira)


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

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

Commit 041ec2662633007500e20023f373a9f39a649955 in jena's branch 
refs/heads/main from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=041ec26 ]

Merge pull request #1006 from Claudenw/permissionsV4_main

JENA-2109: Permissions v4 main

closes JENA-2109

> Migrate Permissions to V4 and implement a soft read error
> -
>
> Key: JENA-2109
> URL: https://issues.apache.org/jira/browse/JENA-2109
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Security
>Affects Versions: Jena 4.0.0
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Major
> Fix For: Jena 4.1.0
>
>
> JENA-2055 uncovered a difficult to process issue.
> When permissions to read an object were not granted the system simply threw 
> an ReadDeniedException however, in some cases the desired result is to return 
> an empty iterator.  For example if a secured graph is part of a union graph 
> and the user does not have full permissions on the secured graph the query 
> will abort when the first graph access is denied.
> The desired effect is to return
>  * An empty iterator in cases where an iterator is returned.
>  * False in cases where an existential flag is being checked.
>  * 0 (zero) when a count is being returned.
>  
> This change also brings the Permissions package into version 4.  Prior to 
> this change it had not been migrated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [jena-site] kinow commented on a change in pull request #54: Markdown typo, http to https

2021-05-25 Thread GitBox


kinow commented on a change in pull request #54:
URL: https://github.com/apache/jena-site/pull/54#discussion_r638601121



##
File path: source/documentation/fuseki2/__index.md
##
@@ -66,7 +66,7 @@ preference to any older versions.
 | Filename | Description |
 |-|-|
 |`apache-jena-fuseki-*VER*.zip` | Fuseki with UI download |
-|`[jena-fuseki-server](https://repo1.maven.org/maven2/org/apache/jena/jena-fuseki-server)
 | The Fuseki Main packaging |
+|`[jena-fuseki-server](https://repo1.maven.org/maven2/org/apache/jena/jena-fuseki-server)`
 | The Fuseki Main packaging |

Review comment:
   I normally use the backticks inside the link text, like 
[`jena-fuseki-server`](https://...), but either way is OK I think.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [jena-site] stain opened a new pull request #54: Markdown typo, http to https

2021-05-25 Thread GitBox


stain opened a new pull request #54:
URL: https://github.com/apache/jena-site/pull/54


   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org