You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/05/05 09:14:15 UTC

[jira] [Comment Edited] (FALCON-280) Validate the ACL in entity with the user submitting the entity

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

Shwetha G S edited comment on FALCON-280 at 5/5/14 7:12 AM:
------------------------------------------------------------

{noformat}
+                Path path = new Path(location.getPath());
+                if (fileSystem.exists(path)) {
{noformat}
The location in the feed contains time variables like {noformat} ${YEAR}, ${MONTH} {noformat}  etc. How will this work?


was (Author: shwethags):
{noformat}
+                Path path = new Path(location.getPath());
+                if (fileSystem.exists(path)) {
{noformat}
The location in the feed contains time variables like ${YEAR}, ${MONTH} etc. How will this work?

> Validate the ACL in entity with the user submitting the entity
> --------------------------------------------------------------
>
>                 Key: FALCON-280
>                 URL: https://issues.apache.org/jira/browse/FALCON-280
>             Project: Falcon
>          Issue Type: Bug
>          Components: feed
>    Affects Versions: 0.5
>            Reporter: Venkatesh Seetharam
>            Assignee: Jean-Baptiste Onofré
>         Attachments: FALCON-280.patch
>
>
> Also, validate if the user has permissions for storage specified.



--
This message was sent by Atlassian JIRA
(v6.2#6252)